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

Unified Diff: chrome/browser/ui/cocoa/options/keyword_editor_cocoa_controller.h

Issue 6258017: Mac: Never have a space between @property and ( (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: comments Created 9 years, 11 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/ui/cocoa/options/keyword_editor_cocoa_controller.h
diff --git a/chrome/browser/ui/cocoa/options/keyword_editor_cocoa_controller.h b/chrome/browser/ui/cocoa/options/keyword_editor_cocoa_controller.h
index 252f5571ca91d0d267a24b43f3b24a587431aa86..7a9d5198e3a99941dbfeee9eeb891b02b4302043 100644
--- a/chrome/browser/ui/cocoa/options/keyword_editor_cocoa_controller.h
+++ b/chrome/browser/ui/cocoa/options/keyword_editor_cocoa_controller.h
@@ -82,7 +82,7 @@ class KeywordEditorModelObserver : public TemplateURLModelObserver,
scoped_nsobject<WindowSizeAutosaver> sizeSaver_;
}
-@property (nonatomic, 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