| Index: chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h b/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
|
| index 1c8b700b8e66913b97f7204ed142a6262e7f20cb..1f19863da816debc9248ed7a188f25907ec5f25c 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
|
| +++ b/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
|
| @@ -17,7 +17,7 @@ class Browser;
|
| class Extension;
|
| @class ExtensionPopupController;
|
| class ExtensionToolbarModel;
|
| -class ExtensionsServiceObserverBridge;
|
| +class ExtensionServiceObserverBridge;
|
| @class MenuButton;
|
| class PrefService;
|
| class Profile;
|
| @@ -41,8 +41,8 @@ extern NSString* const kBrowserActionVisibilityChangedNotification;
|
| // The model that tracks the order of the toolbar icons. Weak.
|
| ExtensionToolbarModel* toolbarModel_;
|
|
|
| - // The observer for the ExtensionsService we're getting events from.
|
| - scoped_ptr<ExtensionsServiceObserverBridge> observer_;
|
| + // The observer for the ExtensionService we're getting events from.
|
| + scoped_ptr<ExtensionServiceObserverBridge> observer_;
|
|
|
| // A dictionary of Extension ID -> BrowserActionButton pairs representing the
|
| // buttons present in the container view. The ID is a string unique to each
|
|
|