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

Unified Diff: chrome/browser/cocoa/infobar_controller.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/infobar_controller.h
diff --git a/chrome/browser/cocoa/infobar_controller.h b/chrome/browser/cocoa/infobar_controller.h
index ef2891e8f791c19ee7180c995ae728fa678e1a49..9d557cfa07f6e723234c1a7f1faeafddf79ea7f5 100644
--- a/chrome/browser/cocoa/infobar_controller.h
+++ b/chrome/browser/cocoa/infobar_controller.h
@@ -73,8 +73,8 @@ class InfoBarDelegate;
// Sets the info bar message to the specified |message|.
- (void)setLabelToMessage:(NSString*)message;
-@property(assign, nonatomic) id<InfoBarContainer> containerController;
-@property(readonly) InfoBarDelegate* delegate;
+@property(nonatomic, assign) id<InfoBarContainer> containerController;
+@property(nonatomic, readonly) InfoBarDelegate* delegate;
@end

Powered by Google App Engine
This is Rietveld 408576698