| 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 58d8413a83a2d4953b1cc9a8afe1f67a287ac097..c8dfa8f0ac7da5e1b8f475b7971809bb6583b661 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
|
| @@ -39,6 +39,10 @@ class SecurityStateBubbleDecoration;
|
| class ZoomDecoration;
|
| class ZoomDecorationTest;
|
|
|
| +namespace {
|
| +class LocationBarViewMacTest;
|
| +}
|
| +
|
| // A C++ bridge class that represents the location bar UI element to
|
| // the portable code. Wires up an OmniboxViewMac instance to
|
| // the location bar text field, which handles most of the work.
|
| @@ -222,6 +226,7 @@ class LocationBarViewMac : public LocationBar,
|
| std::vector<NSView*> GetDecorationAccessibilityViews();
|
|
|
| private:
|
| + friend class LocationBarViewMacTest;
|
| friend ZoomDecorationTest;
|
|
|
| // Posts |notification| to the default notification center.
|
|
|