Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1236)

Unified Diff: components/crash/content/app/hard_error_handler_win.h

Issue 1315303004: Turn components/crash into a layered component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/crash/content/app/hard_error_handler_win.h
diff --git a/components/crash/app/hard_error_handler_win.h b/components/crash/content/app/hard_error_handler_win.h
similarity index 86%
rename from components/crash/app/hard_error_handler_win.h
rename to components/crash/content/app/hard_error_handler_win.h
index 78556167fb64636aaf22db2c1da5bce9a40ac4fe..f1afc6b4b7555c6c9ad9179cb1d0681e6cbdb07b 100644
--- a/components/crash/app/hard_error_handler_win.h
+++ b/components/crash/content/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_CRASH_APP_HARD_ERROR_HANDLER_WIN_H_
-#define COMPONENTS_CRASH_APP_HARD_ERROR_HANDLER_WIN_H_
+#ifndef COMPONENTS_CRASH_CONTENT_APP_HARD_ERROR_HANDLER_WIN_H_
+#define COMPONENTS_CRASH_CONTENT_APP_HARD_ERROR_HANDLER_WIN_H_
#include <windows.h>
@@ -31,4 +31,4 @@ bool HardErrorHandler(EXCEPTION_POINTERS* ex_info);
} // namespace breakpad
-#endif // COMPONENTS_CRASH_APP_HARD_ERROR_HANDLER_WIN_H_
+#endif // COMPONENTS_CRASH_CONTENT_APP_HARD_ERROR_HANDLER_WIN_H_
« no previous file with comments | « components/crash/content/app/crashpad_mac.mm ('k') | components/crash/content/app/hard_error_handler_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698