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

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

Issue 3012045: Mac: Make clang compile unit_tests. (Closed)
Patch Set: Created 10 years, 4 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
« no previous file with comments | « chrome/browser/cocoa/bookmark_bar_folder_controller_unittest.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/cocoa/hover_image_button_unittest.mm
diff --git a/chrome/browser/cocoa/hover_image_button_unittest.mm b/chrome/browser/cocoa/hover_image_button_unittest.mm
index 9d063bf9834e4ebfc90c5c8a423b4cfef085ccf5..116a646178363d359b7d46aa14875283fdd099fe 100644
--- a/chrome/browser/cocoa/hover_image_button_unittest.mm
+++ b/chrome/browser/cocoa/hover_image_button_unittest.mm
@@ -20,7 +20,6 @@ class HoverImageButtonTest : public CocoaTest {
NSRect content_frame = [[test_window() contentView] frame];
scoped_nsobject<HoverImageButton> button(
[[HoverImageButton alloc] initWithFrame:content_frame]);
- NSRect frame = NSMakeRect(0, 0, 30, 30);
button_ = button.get();
[[test_window() contentView] addSubview:button_];
}
« no previous file with comments | « chrome/browser/cocoa/bookmark_bar_folder_controller_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698