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

Unified Diff: chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.h

Issue 543663002: Componentize sad_tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.h
diff --git a/chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.h b/chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.h
index 91fc745c5d191d2def1a684216948cb8fdec96dd..397dd42cdbb997d14aeee43640490829a7fa0e2a 100644
--- a/chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.h
+++ b/chrome/browser/ui/cocoa/tab_contents/sad_tab_controller.h
@@ -8,7 +8,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "base/mac/scoped_nsobject.h"
-#include "chrome/browser/ui/sad_tab.h"
+#include "components/sad_tab/sad_tab.h"
#import <Cocoa/Cocoa.h>
@@ -16,7 +16,7 @@
namespace chrome {
-class SadTabCocoa : public SadTab {
+class SadTabCocoa : public sad_tab::SadTab {
public:
explicit SadTabCocoa(content::WebContents* web_contents);

Powered by Google App Engine
This is Rietveld 408576698