1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_APP_CRASH_ANALYSIS_WIN_H_
6 #define CHROME_APP_CRASH_ANALYSIS_WIN_H_
12 struct _EXCEPTION_POINTERS
;
17 void Analyze(_EXCEPTION_POINTERS
* info
);
20 std::vector
<MEMORY_BASIC_INFORMATION
> memory_regions_
;
24 #endif // CHROME_APP_CRASH_ANALYSIS_WIN_H_