Index: components/crash/app/breakpad_win.h |
diff --git a/components/breakpad/app/breakpad_win.h b/components/crash/app/breakpad_win.h |
similarity index 78% |
rename from components/breakpad/app/breakpad_win.h |
rename to components/crash/app/breakpad_win.h |
index 926192d427611d926ae8da50c21b7b4ef9c20766..3e51a8e29969fff6ae717d71bef4f04a86701867 100644 |
--- a/components/breakpad/app/breakpad_win.h |
+++ b/components/crash/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_BREAKPAD_APP_BREAKPAD_WIN_H_ |
-#define COMPONENTS_BREAKPAD_APP_BREAKPAD_WIN_H_ |
+#ifndef COMPONENTS_CRASH_APP_BREAKPAD_WIN_H_ |
+#define COMPONENTS_CRASH_APP_BREAKPAD_WIN_H_ |
#include <windows.h> |
#include <string> |
@@ -19,4 +19,4 @@ bool ShowRestartDialogIfCrashed(bool* exit_now); |
} // namespace breakpad |
-#endif // COMPONENTS_BREAKPAD_APP_BREAKPAD_WIN_H_ |
+#endif // COMPONENTS_CRASH_APP_BREAKPAD_WIN_H_ |