Index: chrome/browser/cocoa/extensions/browser_actions_controller.h |
diff --git a/chrome/browser/cocoa/extensions/browser_actions_controller.h b/chrome/browser/cocoa/extensions/browser_actions_controller.h |
index 1c594b90d514dcdd36d21c9cf62d9665ea0cdc29..5638edeba7a52df498f8139fa645eaacae675ec3 100644 |
--- a/chrome/browser/cocoa/extensions/browser_actions_controller.h |
+++ b/chrome/browser/cocoa/extensions/browser_actions_controller.h |
@@ -25,7 +25,7 @@ class Profile; |
extern const CGFloat kBrowserActionButtonPadding; |
// Sent when the visibility of the Browser Actions changes. |
-extern const NSString* kBrowserActionVisibilityChangedNotification; |
+extern NSString* const kBrowserActionVisibilityChangedNotification; |
// Handles state and provides an interface for controlling the Browser Actions |
// container within the Toolbar. |