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

Unified Diff: chrome/browser/ui/cocoa/bookmarks/bookmark_editor_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: 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/bookmarks/bookmark_editor_controller.h
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller.h b/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller.h
index 30f1c752376f617c72bb0c7d862b39c79ec80837..9fc6e95b22065200cccee02dbb0f973dd3bf05ee 100644
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller.h
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_editor_controller.h
@@ -19,7 +19,7 @@
IBOutlet NSTextField* urlField_;
}
-@property (nonatomic, copy) NSString* displayURL;
+@property(nonatomic, copy) NSString* displayURL;
- (id)initWithParentWindow:(NSWindow*)parentWindow
profile:(Profile*)profile

Powered by Google App Engine
This is Rietveld 408576698