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

Unified Diff: chrome/browser/cocoa/status_bubble_mac.mm

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/status_bubble_mac.mm
diff --git a/chrome/browser/cocoa/status_bubble_mac.mm b/chrome/browser/cocoa/status_bubble_mac.mm
index 79062439155313e1a25397d89e8147fb628f859c..a286c4d3428c15bb5af3b92493267e1a5defbff2 100644
--- a/chrome/browser/cocoa/status_bubble_mac.mm
+++ b/chrome/browser/cocoa/status_bubble_mac.mm
@@ -32,7 +32,7 @@ const int kMousePadding = 20;
const int kTextPadding = 3;
// The animation key used for fade-in and fade-out transitions.
-const NSString* kFadeAnimationKey = @"alphaValue";
+NSString* const kFadeAnimationKey = @"alphaValue";
// The status bubble's maximum opacity, when fully faded in.
const CGFloat kBubbleOpacity = 1.0;

Powered by Google App Engine
This is Rietveld 408576698