Index: chrome/app/breakpad_win.h |
diff --git a/chrome/app/breakpad_win.h b/chrome/app/breakpad_win.h |
index 3aeb5ea1265d8b26848e641d0471f477e331d5d2..c7cd9ec4a90d5e3ccbdb1461720bcc11af26c1b0 100644 |
--- a/chrome/app/breakpad_win.h |
+++ b/chrome/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 CHROME_APP_BREAKPAD_H_ |
-#define CHROME_APP_BREAKPAD_H_ |
+#ifndef CHROME_APP_BREAKPAD_WIN_H_ |
+#define CHROME_APP_BREAKPAD_WIN_H_ |
#include <windows.h> |
#include <string> |
@@ -20,4 +20,4 @@ void InitDefaultCrashCallback(); |
// a dialog asking for permission to continue execution or to exit now. |
bool ShowRestartDialogIfCrashed(bool* exit_now); |
-#endif // CHROME_APP_BREAKPAD_H_ |
+#endif // CHROME_APP_BREAKPAD_WIN_H_ |