| Index: chrome/browser/ui/cocoa/extensions/extension_action_platform_delegate_cocoa.h
|
| diff --git a/chrome/browser/ui/cocoa/extensions/extension_action_platform_delegate_cocoa.h b/chrome/browser/ui/cocoa/extensions/extension_action_platform_delegate_cocoa.h
|
| index 424fe79bb5c8d4d0e878f1fb7dacdc42c5425809..0f3a73729b3a53040c5e82f02015418a68d00796 100644
|
| --- a/chrome/browser/ui/cocoa/extensions/extension_action_platform_delegate_cocoa.h
|
| +++ b/chrome/browser/ui/cocoa/extensions/extension_action_platform_delegate_cocoa.h
|
| @@ -13,7 +13,7 @@
|
| @class ExtensionPopupController;
|
| class ToolbarActionViewDelegateCocoa;
|
|
|
| -// The cocoa-specific implementation for ExtensionActionPlatformDelegate.
|
| +// The Cocoa-specific implementation for ExtensionActionPlatformDelegate.
|
| class ExtensionActionPlatformDelegateCocoa
|
| : public ExtensionActionPlatformDelegate,
|
| public content::NotificationObserver {
|
| @@ -44,7 +44,7 @@ class ExtensionActionPlatformDelegateCocoa
|
| // Returns the popup shown by this extension action, if one exists.
|
| ExtensionPopupController* GetPopup() const;
|
|
|
| - // Returns the delegate in its cocoa implementation.
|
| + // Returns the delegate in its Cocoa implementation.
|
| ToolbarActionViewDelegateCocoa* GetDelegateCocoa();
|
|
|
| // The main controller for this extension action.
|
|
|