summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/extensions/browser_action_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/cocoa/extensions/browser_action_button.h')
-rw-r--r--chrome/browser/cocoa/extensions/browser_action_button.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/cocoa/extensions/browser_action_button.h b/chrome/browser/cocoa/extensions/browser_action_button.h
index da701d8..ffd8240 100644
--- a/chrome/browser/cocoa/extensions/browser_action_button.h
+++ b/chrome/browser/cocoa/extensions/browser_action_button.h
@@ -18,12 +18,12 @@ class Profile;
// Fired when the Browser Action's state has changed. Usually the image needs to
// be updated.
-extern const NSString* kBrowserActionButtonUpdatedNotification;
+extern NSString* const kBrowserActionButtonUpdatedNotification;
// Fired on each drag event while the user is moving the button.
-extern const NSString* kBrowserActionButtonDraggingNotification;
+extern NSString* const kBrowserActionButtonDraggingNotification;
// Fired when the user drops the button.
-extern const NSString* kBrowserActionButtonDragEndNotification;
+extern NSString* const kBrowserActionButtonDragEndNotification;
extern const CGFloat kBrowserActionWidth;