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

Unified Diff: components/sad_tab/cocoa/sad_tab_view.h

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_unittest.mm ('k') | components/sad_tab/cocoa/sad_tab_view.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.h
diff --git a/chrome/browser/ui/cocoa/tab_contents/sad_tab_view.h b/components/sad_tab/cocoa/sad_tab_view.h
similarity index 84%
rename from chrome/browser/ui/cocoa/tab_contents/sad_tab_view.h
rename to components/sad_tab/cocoa/sad_tab_view.h
index 5219b997191f907bf087b44f783b76705f514780..365d28105deddad18dac73552378d9b36c95ad10 100644
--- a/chrome/browser/ui/cocoa/tab_contents/sad_tab_view.h
+++ b/components/sad_tab/cocoa/sad_tab_view.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_SAD_TAB_VIEW_H_
-#define CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_SAD_TAB_VIEW_H_
+#ifndef COMPONENTS_SAD_TAB_COCOA_SAD_TAB_VIEW_H_
+#define COMPONENTS_SAD_TAB_COCOA_SAD_TAB_VIEW_H_
#include "base/mac/scoped_nsobject.h"
#include "ui/base/cocoa/base_view.h"
@@ -38,4 +38,4 @@
@end
-#endif // CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_SAD_TAB_VIEW_H_
+#endif // COMPONENTS_SAD_TAB_COCOA_SAD_TAB_VIEW_H_
« no previous file with comments | « components/sad_tab/cocoa/sad_tab_controller_unittest.mm ('k') | components/sad_tab/cocoa/sad_tab_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698