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

Unified Diff: chrome/browser/cocoa/bookmark_editor_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/bookmark_editor_controller.h
diff --git a/chrome/browser/cocoa/bookmark_editor_controller.h b/chrome/browser/cocoa/bookmark_editor_controller.h
index 2f4129c9f4ad15543986c8d0d37cddf15cd6038d..24fde0231d32a463884a7f22e62dd2329af68aab 100644
--- a/chrome/browser/cocoa/bookmark_editor_controller.h
+++ b/chrome/browser/cocoa/bookmark_editor_controller.h
@@ -18,7 +18,7 @@
IBOutlet NSTextField* urlField_;
}
-@property (copy) NSString* displayURL;
+@property (nonatomic, copy) NSString* displayURL;
- (id)initWithParentWindow:(NSWindow*)parentWindow
profile:(Profile*)profile

Powered by Google App Engine
This is Rietveld 408576698