| Index: components/crash/app/hard_error_handler_win.h
|
| diff --git a/components/breakpad/app/hard_error_handler_win.h b/components/crash/app/hard_error_handler_win.h
|
| similarity index 87%
|
| rename from components/breakpad/app/hard_error_handler_win.h
|
| rename to components/crash/app/hard_error_handler_win.h
|
| index daf0482c7b941f812f37448fc08a82aadeca88c7..78556167fb64636aaf22db2c1da5bce9a40ac4fe 100644
|
| --- a/components/breakpad/app/hard_error_handler_win.h
|
| +++ b/components/crash/app/hard_error_handler_win.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_BREAKPAD_APP_HARD_ERROR_HANDLER_WIN_H_
|
| -#define COMPONENTS_BREAKPAD_APP_HARD_ERROR_HANDLER_WIN_H_
|
| +#ifndef COMPONENTS_CRASH_APP_HARD_ERROR_HANDLER_WIN_H_
|
| +#define COMPONENTS_CRASH_APP_HARD_ERROR_HANDLER_WIN_H_
|
|
|
| #include <windows.h>
|
|
|
| @@ -31,4 +31,4 @@ bool HardErrorHandler(EXCEPTION_POINTERS* ex_info);
|
|
|
| } // namespace breakpad
|
|
|
| -#endif // COMPONENTS_BREAKPAD_APP_HARD_ERROR_HANDLER_WIN_H_
|
| +#endif // COMPONENTS_CRASH_APP_HARD_ERROR_HANDLER_WIN_H_
|
|
|