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

Unified Diff: chrome/browser/cocoa/extensions/browser_actions_container_view.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_actions_container_view.h
diff --git a/chrome/browser/cocoa/extensions/browser_actions_container_view.h b/chrome/browser/cocoa/extensions/browser_actions_container_view.h
index d91a18500463080a2fc5c694a567844885bc7e97..a1184e204bdbc3d4a779cce1e58418dea2cb26a5 100644
--- a/chrome/browser/cocoa/extensions/browser_actions_container_view.h
+++ b/chrome/browser/cocoa/extensions/browser_actions_container_view.h
@@ -8,13 +8,13 @@
#import <Cocoa/Cocoa.h>
// Sent when a user-initiated drag to resize the container is initiated.
-extern const NSString* kBrowserActionGrippyDragStartedNotification;
+extern NSString* const kBrowserActionGrippyDragStartedNotification;
// Sent when a user-initiated drag is resizing the container.
-extern const NSString* kBrowserActionGrippyDraggingNotification;
+extern NSString* const kBrowserActionGrippyDraggingNotification;
// Sent when a user-initiated drag to resize the container has finished.
-extern const NSString* kBrowserActionGrippyDragFinishedNotification;
+extern NSString* const kBrowserActionGrippyDragFinishedNotification;
// The view that encompasses the Browser Action buttons in the toolbar and
// provides mechanisms for resizing.

Powered by Google App Engine
This is Rietveld 408576698