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

Unified Diff: components/breakpad/app/hard_error_handler_win.h

Issue 31243002: Move Linux/Android breakpad implementation to breakpad component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 7 years, 2 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
« no previous file with comments | « components/breakpad/app/breakpad_win.cc ('k') | components/breakpad/app/hard_error_handler_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/breakpad/app/hard_error_handler_win.h
diff --git a/components/breakpad/hard_error_handler_win.h b/components/breakpad/app/hard_error_handler_win.h
similarity index 87%
rename from components/breakpad/hard_error_handler_win.h
rename to components/breakpad/app/hard_error_handler_win.h
index c6d4ad3f5cf5e9b43a995759a80c92299f4cb0b2..daf0482c7b941f812f37448fc08a82aadeca88c7 100644
--- a/components/breakpad/hard_error_handler_win.h
+++ b/components/breakpad/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_HARD_ERROR_HANDLER_WIN_H_
-#define COMPONENTS_BREAKPAD_HARD_ERROR_HANDLER_WIN_H_
+#ifndef COMPONENTS_BREAKPAD_APP_HARD_ERROR_HANDLER_WIN_H_
+#define COMPONENTS_BREAKPAD_APP_HARD_ERROR_HANDLER_WIN_H_
#include <windows.h>
@@ -31,4 +31,4 @@ bool HardErrorHandler(EXCEPTION_POINTERS* ex_info);
} // namespace breakpad
-#endif // COMPONENTS_BREAKPAD_HARD_ERROR_HANDLER_WIN_H_
+#endif // COMPONENTS_BREAKPAD_APP_HARD_ERROR_HANDLER_WIN_H_
« no previous file with comments | « components/breakpad/app/breakpad_win.cc ('k') | components/breakpad/app/hard_error_handler_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698