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

Unified Diff: chrome/browser/cocoa/keyword_editor_cocoa_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/keyword_editor_cocoa_controller.h
diff --git a/chrome/browser/cocoa/keyword_editor_cocoa_controller.h b/chrome/browser/cocoa/keyword_editor_cocoa_controller.h
index d6192f2c7c999b5c7d4fe619929202410e6ffc57..d4c0390e126e1072f7faaa4231a27b3df798cd20 100644
--- a/chrome/browser/cocoa/keyword_editor_cocoa_controller.h
+++ b/chrome/browser/cocoa/keyword_editor_cocoa_controller.h
@@ -81,7 +81,7 @@ class KeywordEditorModelObserver : public TemplateURLModelObserver,
scoped_nsobject<WindowSizeAutosaver> sizeSaver_;
}
-@property (readonly) KeywordEditorController* controller;
+@property (nonatomic, readonly) KeywordEditorController* controller;
// Show the keyword editor associated with the given profile (or the
// original profile if this is an incognito profile). If no keyword

Powered by Google App Engine
This is Rietveld 408576698