summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/app/breakpad.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/breakpad.h b/chrome/app/breakpad.h
index d94b7d5..af8fe46 100644
--- a/chrome/app/breakpad.h
+++ b/chrome/app/breakpad.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_H_
+#define CHROME_APP_BREAKPAD_H_
#include <windows.h>
#include <string>
@@ -23,5 +23,5 @@ unsigned __stdcall InitCrashReporterThread(void* param);
// 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_H_