Index: chrome/browser/chrome_browser_parts_touch.h |
diff --git a/chrome/browser/chrome_browser_parts_touch.h b/chrome/browser/chrome_browser_parts_touch.h |
index 0cd9502f6e4dabf89d49ad35d8aa255c8e64939e..2ca3c5f3c7453af57f9bfe497498de3fbb8cb2f2 100644 |
--- a/chrome/browser/chrome_browser_parts_touch.h |
+++ b/chrome/browser/chrome_browser_parts_touch.h |
@@ -7,20 +7,13 @@ |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
-#include "content/public/browser/browser_main_parts.h" |
+#include "chrome/browser/chrome_browser_parts.h" |
-class ChromeBrowserPartsTouch : public content::BrowserMainParts { |
+class ChromeBrowserPartsTouch : public ChromeBrowserParts { |
public: |
ChromeBrowserPartsTouch(); |
- virtual void PreEarlyInitialization() OVERRIDE {} |
- virtual void PostEarlyInitialization() OVERRIDE {} |
- virtual void PreMainMessageLoopStart() OVERRIDE {} |
- virtual void ToolkitInitialized() OVERRIDE {} |
- virtual void PostMainMessageLoopStart() OVERRIDE {} |
virtual void PreMainMessageLoopRun() OVERRIDE; |
- virtual bool MainMessageLoopRun(int* result_code) OVERRIDE; |
- virtual void PostMainMessageLoopRun() OVERRIDE {} |
private: |
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserPartsTouch); |