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

Unified Diff: chrome/browser/ui/cocoa/content_settings/cookie_details_view_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/content_settings/cookie_details_view_controller.h
diff --git a/chrome/browser/ui/cocoa/content_settings/cookie_details_view_controller.h b/chrome/browser/ui/cocoa/content_settings/cookie_details_view_controller.h
index 63fff93f679a6a1742f60fe82af97c892ed894c6..89a13541531c09950565827b6ce8bb6e68857c1d 100644
--- a/chrome/browser/ui/cocoa/content_settings/cookie_details_view_controller.h
+++ b/chrome/browser/ui/cocoa/content_settings/cookie_details_view_controller.h
@@ -26,7 +26,7 @@
IBOutlet GTMUILocalizerAndLayoutTweaker* tweaker_;
}
-@property (nonatomic, readonly) BOOL hasExpiration;
+@property(nonatomic, readonly) BOOL hasExpiration;
- (id)init;
« no previous file with comments | « chrome/browser/ui/cocoa/content_settings/cookie_details.h ('k') | chrome/browser/ui/cocoa/download/download_item_cell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698