| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h | 
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h | 
| index 5018fa0b11761a54732bbae13d33f2f101b7a4bc..0bcfc38db5b230f589d75b6fc05abf94358f7d2d 100644 | 
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h | 
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h | 
| @@ -38,6 +38,7 @@ class SeparatorDecoration; | 
| class StarDecoration; | 
| class ToolbarModel; | 
| class ZoomDecoration; | 
| +class ZoomDecorationTest; | 
|  | 
| // A C++ bridge class that represents the location bar UI element to | 
| // the portable code.  Wires up an OmniboxViewMac instance to | 
| @@ -179,9 +180,11 @@ class LocationBarViewMac : public LocationBar, | 
| const content::NotificationDetails& details) OVERRIDE; | 
|  | 
| Browser* browser() const { return browser_; } | 
| +  ToolbarModel* toolbar_model() const { return toolbar_model_; } | 
|  | 
| private: | 
| friend LocationBarViewMacBrowserTest; | 
| +  friend ZoomDecorationTest; | 
|  | 
| // Posts |notification| to the default notification center. | 
| void PostNotification(NSString* notification); | 
|  |