| Index: chrome/browser/cocoa/toolbar_controller.h
|
| diff --git a/chrome/browser/cocoa/toolbar_controller.h b/chrome/browser/cocoa/toolbar_controller.h
|
| index be27c42d289dc5308db64542f6e25ed1635d8f7d..9396c8593e750e2b56a4bf1722ea0f8d0209ccb9 100644
|
| --- a/chrome/browser/cocoa/toolbar_controller.h
|
| +++ b/chrome/browser/cocoa/toolbar_controller.h
|
| @@ -109,7 +109,7 @@ class WrenchMenuModel;
|
| resizeDelegate:(id<ViewResizer>)resizeDelegate;
|
|
|
| // Get the C++ bridge object representing the location bar for this tab.
|
| -- (LocationBar*)locationBarBridge;
|
| +- (LocationBarViewMac*)locationBarBridge;
|
|
|
| // Called by the Window delegate so we can provide a custom field editor if
|
| // needed.
|
|
|