Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h |
=================================================================== |
--- chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h (revision 109585) |
+++ chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h (working copy) |
@@ -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_LOCATION_BAR_VIEW_MAC_H_ |
-#define CHROME_BROWSER_UI_COCOA_LOCATION_BAR_VIEW_MAC_H_ |
+#ifndef CHROME_BROWSER_UI_COCOA_LOCATION_BAR_LOCATION_BAR_VIEW_MAC_H_ |
+#define CHROME_BROWSER_UI_COCOA_LOCATION_BAR_LOCATION_BAR_VIEW_MAC_H_ |
#pragma once |
#include <string> |
@@ -26,7 +26,6 @@ |
@class AutocompleteTextField; |
class CommandUpdater; |
class ContentSettingDecoration; |
-class ContentSettingImageModel; |
class EVBubbleDecoration; |
@class ExtensionPopupController; |
Mark Mentovai
2011/11/11 17:19:35
Me too!
Lei Zhang
2011/11/11 21:05:20
Done.
|
class KeywordHintDecoration; |
@@ -232,4 +231,4 @@ |
DISALLOW_COPY_AND_ASSIGN(LocationBarViewMac); |
}; |
-#endif // CHROME_BROWSER_UI_COCOA_LOCATION_BAR_VIEW_MAC_H_ |
+#endif // CHROME_BROWSER_UI_COCOA_LOCATION_BAR_LOCATION_BAR_VIEW_MAC_H_ |