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

Unified Diff: chrome/app/breakpad_win.h

Issue 384103: This patch is the rest of the lint cleanup minus the other open issue. (Closed)
Patch Set: Created 11 years, 1 month 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 | « no previous file | chrome/browser/chromeos/panels/panel_scroller_header.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | chrome/browser/chromeos/panels/panel_scroller_header.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698