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

Unified Diff: chrome/browser/cocoa/background_tile_view.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/background_tile_view.h
diff --git a/chrome/browser/cocoa/background_tile_view.h b/chrome/browser/cocoa/background_tile_view.h
index 3f4454e4ba409172aac4c0fabe4aaaadd86705b6..70760c01bae626412177b2827ada665a11466d2a 100644
--- a/chrome/browser/cocoa/background_tile_view.h
+++ b/chrome/browser/cocoa/background_tile_view.h
@@ -16,7 +16,7 @@
NSImage* tileImage_;
}
-@property(retain) NSImage* tileImage;
+@property(nonatomic, retain) NSImage* tileImage;
@end
#endif // CHROME_BROWSER_COCOA_BACKGROUND_TILE_VIEW_H_

Powered by Google App Engine
This is Rietveld 408576698