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

Unified Diff: components/sad_tab/cocoa/sad_tab_controller_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_controller.mm ('k') | components/sad_tab/cocoa/sad_tab_view.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_controller_unittest.mm
diff --git a/chrome/browser/ui/cocoa/tab_contents/sad_tab_controller_unittest.mm b/components/sad_tab/cocoa/sad_tab_controller_unittest.mm
similarity index 96%
rename from chrome/browser/ui/cocoa/tab_contents/sad_tab_controller_unittest.mm
rename to components/sad_tab/cocoa/sad_tab_controller_unittest.mm
index 0a813a400419f42b9f96485c73b0deb2fbe826a1..2432133705dd92055d21e11401d7e790c1dca79b 100644
--- a/chrome/browser/ui/cocoa/tab_contents/sad_tab_controller_unittest.mm
+++ b/components/sad_tab/cocoa/sad_tab_controller_unittest.mm
@@ -5,10 +5,10 @@
#include "base/debug/debugger.h"
#include "base/mac/scoped_nsobject.h"
#import "chrome/browser/ui/cocoa/cocoa_test_helper.h"
-#import "chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.h"
-#import "chrome/browser/ui/cocoa/tab_contents/sad_tab_view.h"
#include "chrome/test/base/chrome_render_view_host_test_harness.h"
#include "chrome/test/base/testing_profile.h"
+#import "components/sad_tab/cocoa/sad_tab_controller.h"
+#import "components/sad_tab/cocoa/sad_tab_view.h"
#import "ui/base/cocoa/controls/hyperlink_text_view.h"
@interface SadTabView (ExposedForTesting)
« no previous file with comments | « components/sad_tab/cocoa/sad_tab_controller.mm ('k') | components/sad_tab/cocoa/sad_tab_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698