diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-04 04:27:19 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-04 04:27:19 +0000 |
commit | f024f7900b966402d73c9516a9b7e6fe7e98684c (patch) | |
tree | fae561da12e5cbab2df4412c35bd6b75a0a18a06 /chrome/browser/cocoa/bookmark_button.h | |
parent | 30cb7a44b47b8ec5ef9607ef65dcd6aead29bbe9 (diff) | |
download | chromium_src-f024f7900b966402d73c9516a9b7e6fe7e98684c.zip chromium_src-f024f7900b966402d73c9516a9b7e6fe7e98684c.tar.gz chromium_src-f024f7900b966402d73c9516a9b7e6fe7e98684c.tar.bz2 |
Mac: Some clang appeasing.
BUG=TEST=none
Review URL: http://codereview.chromium.org/3089004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54870 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/bookmark_button.h')
-rw-r--r-- | chrome/browser/cocoa/bookmark_button.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/cocoa/bookmark_button.h b/chrome/browser/cocoa/bookmark_button.h index 60dd2a6..3459809 100644 --- a/chrome/browser/cocoa/bookmark_button.h +++ b/chrome/browser/cocoa/bookmark_button.h @@ -215,14 +215,14 @@ class ThemeProvider; namespace bookmark_button { // Notifications for pulsing of bookmarks. -extern const NSString* kPulseBookmarkButtonNotification; +extern NSString* const kPulseBookmarkButtonNotification; // Key for userInfo dict of a kPulseBookmarkButtonNotification. // Value is a [NSValue valueWithPointer:]; pointer is a (const BookmarkNode*). -extern const NSString* kBookmarkKey; +extern NSString* const kBookmarkKey; // Key for userInfo dict of a kPulseBookmarkButtonNotification. // Value is a [NSNumber numberWithBool:] to turn pulsing on or off. -extern const NSString* kBookmarkPulseFlagKey; +extern NSString* const kBookmarkPulseFlagKey; }; |