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

Unified Diff: components/sad_tab/cocoa/sad_tab_view.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.h ('k') | components/sad_tab/cocoa/sad_tab_view_unittest.mm » ('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.mm
diff --git a/chrome/browser/ui/cocoa/tab_contents/sad_tab_view.mm b/components/sad_tab/cocoa/sad_tab_view.mm
similarity index 96%
rename from chrome/browser/ui/cocoa/tab_contents/sad_tab_view.mm
rename to components/sad_tab/cocoa/sad_tab_view.mm
index c33f1c13ec2c7c7355bf61d1460018c217e4696d..c5a9319a78bf9b75196132fd51832062632e8e42 100644
--- a/chrome/browser/ui/cocoa/tab_contents/sad_tab_view.mm
+++ b/components/sad_tab/cocoa/sad_tab_view.mm
@@ -2,14 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/cocoa/tab_contents/sad_tab_view.h"
+#include "components/sad_tab/cocoa/sad_tab_view.h"
#include "base/logging.h"
#include "base/strings/sys_string_conversions.h"
-#include "chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.h"
-#include "chrome/common/url_constants.h"
-#include "chrome/grit/generated_resources.h"
-#include "grit/theme_resources.h"
+#include "components/sad_tab/cocoa/sad_tab_controller.h"
+#include "grit/components_scaled_resources.h"
+#include "grit/components_strings.h"
#import "third_party/google_toolbox_for_mac/src/AppKit/GTMUILocalizerAndLayoutTweaker.h"
#import "ui/base/cocoa/controls/hyperlink_text_view.h"
#include "ui/base/l10n/l10n_util.h"
« no previous file with comments | « components/sad_tab/cocoa/sad_tab_view.h ('k') | components/sad_tab/cocoa/sad_tab_view_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698