Index: chrome/browser/cocoa/browser_window_controller.h |
diff --git a/chrome/browser/cocoa/browser_window_controller.h b/chrome/browser/cocoa/browser_window_controller.h |
index 5882363850040a9fcc809b0fa4b7b7c2c0e1caaf..dcb4b804637846badafbb474e015535c4675049d 100644 |
--- a/chrome/browser/cocoa/browser_window_controller.h |
+++ b/chrome/browser/cocoa/browser_window_controller.h |
@@ -35,7 +35,7 @@ class ConstrainedWindowMac; |
@class GTMWindowSheetController; |
@class IncognitoImageView; |
@class InfoBarContainerController; |
-class LocationBar; |
+class LocationBarViewMac; |
class StatusBubbleMac; |
class TabContents; |
@class TabStripController; |
@@ -158,7 +158,7 @@ class TabStripModelObserverBridge; |
- (StatusBubbleMac*)statusBubble; |
// Access the C++ bridge object representing the location bar. |
-- (LocationBar*)locationBarBridge; |
+- (LocationBarViewMac*)locationBarBridge; |
// Updates the toolbar (and transitively the location bar) with the states of |
// the specified |tab|. If |shouldRestore| is true, we're switching |