Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(715)

Unified Diff: chrome/browser/cocoa/extensions/browser_action_button.h

Issue 2769014: Mac/clang: Possibly contentious changes. (Closed)
Patch Set: comments2 Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/cocoa/extensions/browser_action_button.h
diff --git a/chrome/browser/cocoa/extensions/browser_action_button.h b/chrome/browser/cocoa/extensions/browser_action_button.h
index da701d88629fcaf1a3d5544a9d18b58a91f650b0..ffd8240efe41b7c9dcf445be8c7bab684cd11a65 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;

Powered by Google App Engine
This is Rietveld 408576698