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

Unified Diff: chrome/browser/cocoa/bookmark_bar_toolbar_view_unittest.mm

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/bookmark_bar_toolbar_view_unittest.mm
diff --git a/chrome/browser/cocoa/bookmark_bar_toolbar_view_unittest.mm b/chrome/browser/cocoa/bookmark_bar_toolbar_view_unittest.mm
index 61ae836ee1952207c7e913c5ae22a0a99ed76abf..eaf3a34bcf9aefe6ea7f987bef5777d63e62a932 100644
--- a/chrome/browser/cocoa/bookmark_bar_toolbar_view_unittest.mm
+++ b/chrome/browser/cocoa/bookmark_bar_toolbar_view_unittest.mm
@@ -61,9 +61,9 @@ class MockThemeProvider : public ThemeProvider {
ThemeProvider* themeProvider_;
bookmarks::VisualState visualState_;
}
-@property(assign) int currentTabContentsHeight;
-@property(assign) ThemeProvider* themeProvider;
-@property(assign) bookmarks::VisualState visualState;
+@property (nonatomic, assign) int currentTabContentsHeight;
+@property (nonatomic, assign) ThemeProvider* themeProvider;
+@property (nonatomic, assign) bookmarks::VisualState visualState;
// |BookmarkBarState| protocol:
- (BOOL)isVisible;

Powered by Google App Engine
This is Rietveld 408576698