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

Unified Diff: chrome/browser/ui/cocoa/history_overlay_controller.h

Issue 2637403002: Fix header guards in //chrome (Closed)
Patch Set: Created 3 years, 11 months 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
Index: chrome/browser/ui/cocoa/history_overlay_controller.h
diff --git a/chrome/browser/ui/cocoa/history_overlay_controller.h b/chrome/browser/ui/cocoa/history_overlay_controller.h
index e8434b5b1ecf354e269ab468d47a8fd4d561e32e..105c1a7c8a5276fa180610666f5fc43e695954b6 100644
--- a/chrome/browser/ui/cocoa/history_overlay_controller.h
+++ b/chrome/browser/ui/cocoa/history_overlay_controller.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_BROWSER_UI_COCOA_OVERLAY_PANEL_CONTROLLER_H_
-#define CHROME_BROWSER_UI_COCOA_OVERLAY_PANEL_CONTROLLER_H_
+#ifndef CHROME_BROWSER_UI_COCOA_HISTORY_OVERLAY_CONTROLLER_H_
+#define CHROME_BROWSER_UI_COCOA_HISTORY_OVERLAY_CONTROLLER_H_
#import <Cocoa/Cocoa.h>
@@ -45,4 +45,4 @@ enum HistoryOverlayMode {
@end
-#endif // CHROME_BROWSER_UI_COCOA_OVERLAY_PANEL_CONTROLLER_H_
+#endif // CHROME_BROWSER_UI_COCOA_HISTORY_OVERLAY_CONTROLLER_H_

Powered by Google App Engine
This is Rietveld 408576698