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

Unified Diff: chrome/browser/cocoa/styled_text_field_test_helper.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/styled_text_field_test_helper.h
diff --git a/chrome/browser/cocoa/styled_text_field_test_helper.h b/chrome/browser/cocoa/styled_text_field_test_helper.h
index 20788d49f8c75b28301ca3cec4b2d09f645744a5..d4b356ec4e2176392394ea449ab2f0e7c8c9269e 100644
--- a/chrome/browser/cocoa/styled_text_field_test_helper.h
+++ b/chrome/browser/cocoa/styled_text_field_test_helper.h
@@ -11,6 +11,6 @@
CGFloat leftMargin_;
CGFloat rightMargin_;
}
-@property(assign) CGFloat leftMargin;
-@property(assign) CGFloat rightMargin;
+@property (nonatomic, assign) CGFloat leftMargin;
+@property (nonatomic, assign) CGFloat rightMargin;
@end

Powered by Google App Engine
This is Rietveld 408576698