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

Unified Diff: components/sad_tab/cocoa/sad_tab_view_unittest.mm

Issue 543663002: Componentize sad_tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix url_constants.cc Created 6 years, 3 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 | « components/sad_tab/cocoa/sad_tab_view.mm ('k') | components/sad_tab/sad_tab.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sad_tab/cocoa/sad_tab_view_unittest.mm
diff --git a/chrome/browser/ui/cocoa/tab_contents/sad_tab_view_unittest.mm b/components/sad_tab/cocoa/sad_tab_view_unittest.mm
similarity index 78%
rename from chrome/browser/ui/cocoa/tab_contents/sad_tab_view_unittest.mm
rename to components/sad_tab/cocoa/sad_tab_view_unittest.mm
index 82bf73aa96ad830b2a1b7b9b82b0224d5ce9e2ad..d5bd066d0a2d204f02fcae9f4d1b4734de63d1c4 100644
--- a/chrome/browser/ui/cocoa/tab_contents/sad_tab_view_unittest.mm
+++ b/components/sad_tab/cocoa/sad_tab_view_unittest.mm
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "chrome/browser/ui/cocoa/tab_contents/sad_tab_view.h"
-#import "chrome/browser/ui/cocoa/cocoa_test_helper.h"
+#import "components/sad_tab/cocoa/sad_tab_view.h"
+#import "ui/gfx/test/ui_cocoa_test_helper.h"
namespace {
-class SadTabViewTest : public CocoaTest {
+class SadTabViewTest : public ui::CocoaTest {
public:
SadTabViewTest() {
NSRect content_frame = [[test_window() contentView] frame];
« no previous file with comments | « components/sad_tab/cocoa/sad_tab_view.mm ('k') | components/sad_tab/sad_tab.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698