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

Unified Diff: components/crash/content/app/breakpad_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
« no previous file with comments | « components/crash/content/app/breakpad_mac_stubs.mm ('k') | components/crash/content/app/breakpad_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/content/app/breakpad_win.h
diff --git a/components/crash/app/breakpad_win.h b/components/crash/content/app/breakpad_win.h
similarity index 83%
rename from components/crash/app/breakpad_win.h
rename to components/crash/content/app/breakpad_win.h
index c574dcfe105f9d6a3119592b6087928bcd37f8dd..c4e93491a7e5abfed207d255a6ccfe98df7183d8 100644
--- a/components/crash/app/breakpad_win.h
+++ b/components/crash/content/app/breakpad_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_BREAKPAD_WIN_H_
-#define COMPONENTS_CRASH_APP_BREAKPAD_WIN_H_
+#ifndef COMPONENTS_CRASH_CONTENT_APP_BREAKPAD_WIN_H_
+#define COMPONENTS_CRASH_CONTENT_APP_BREAKPAD_WIN_H_
#include <windows.h>
#include <string>
@@ -25,4 +25,4 @@ void ConsumeInvalidHandleExceptions();
} // namespace breakpad
-#endif // COMPONENTS_CRASH_APP_BREAKPAD_WIN_H_
+#endif // COMPONENTS_CRASH_CONTENT_APP_BREAKPAD_WIN_H_
« no previous file with comments | « components/crash/content/app/breakpad_mac_stubs.mm ('k') | components/crash/content/app/breakpad_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698