Index: chrome/browser/chrome_browser_main_win.h |
diff --git a/chrome/browser/chrome_browser_main_win.h b/chrome/browser/chrome_browser_main_win.h |
index 6da509e6442815280038c1b7626f9af400b72461..496d23426a4ace100b57123cfe4ce3fcd9655bc0 100644 |
--- a/chrome/browser/chrome_browser_main_win.h |
+++ b/chrome/browser/chrome_browser_main_win.h |
@@ -7,16 +7,10 @@ |
#ifndef CHROME_BROWSER_CHROME_BROWSER_MAIN_WIN_H_ |
#define CHROME_BROWSER_CHROME_BROWSER_MAIN_WIN_H_ |
-#include "base/memory/scoped_ptr.h" |
#include "chrome/browser/chrome_browser_main.h" |
class CommandLine; |
-namespace chrome { |
-class StorageMonitorWin; |
-} // namespace chrome |
- |
- |
// Handle uninstallation when given the appropriate the command-line switch. |
// If |chrome_still_running| is true a modal dialog will be shown asking the |
// user to close the other chrome instance. |
@@ -34,7 +28,6 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts { |
virtual void PreMainMessageLoopStart() OVERRIDE; |
virtual int PreCreateThreads() OVERRIDE; |
virtual void PostMainMessageLoopRun() OVERRIDE; |
- virtual void PreProfileInit() OVERRIDE; |
// ChromeBrowserMainParts overrides. |
virtual void ShowMissingLocaleMessageBox() OVERRIDE; |
@@ -68,8 +61,6 @@ class ChromeBrowserMainPartsWin : public ChromeBrowserMainParts { |
static void SetupInstallerUtilStrings(); |
private: |
- scoped_ptr<chrome::StorageMonitorWin> storage_monitor_; |
- |
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsWin); |
}; |