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

Unified Diff: chrome/browser/ui/cocoa/tab_view_picker_table.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/tab_view_picker_table.h
diff --git a/chrome/browser/ui/cocoa/tab_view_picker_table.h b/chrome/browser/ui/cocoa/tab_view_picker_table.h
index b6b80b0389f36d183fec8ea245a7b8caa567a7a5..5de51f49951bc6ceeed40fec02fb46696115db9e 100644
--- a/chrome/browser/ui/cocoa/tab_view_picker_table.h
+++ b/chrome/browser/ui/cocoa/tab_view_picker_table.h
@@ -25,5 +25,5 @@
// Shown above all the tab names. May be |nil|.
scoped_nsobject<NSString> heading_;
}
-@property (nonatomic, copy) NSString* heading;
+@property(nonatomic, copy) NSString* heading;
@end
« no previous file with comments | « chrome/browser/ui/cocoa/styled_text_field_test_helper.h ('k') | chrome/browser/ui/cocoa/view_resizer_pong.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698