From 75592407d82e2e9ce5cdf118b0f7e523461213c9 Mon Sep 17 00:00:00 2001 From: "nsylvain@google.com" Date: Wed, 27 Aug 2008 14:21:12 +0000 Subject: Fix header guard. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1439 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/breakpad.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chrome/app/breakpad.h') 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 #include @@ -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_ -- cgit v1.1