| Index: chrome/browser/chrome_browser_main.h
|
| diff --git a/chrome/browser/chrome_browser_main.h b/chrome/browser/chrome_browser_main.h
|
| index 8cf8d54619bd4e377098c6baed969d411ba18b5c..09e652b8ecc73c424b615e89a035a5bdadaffa25 100644
|
| --- a/chrome/browser/chrome_browser_main.h
|
| +++ b/chrome/browser/chrome_browser_main.h
|
| @@ -28,7 +28,6 @@ class StartupBrowserCreator;
|
| class StartupTimeBomb;
|
| class ShutdownWatcherHelper;
|
| class ThreeDAPIObserver;
|
| -class TranslateManager;
|
|
|
| namespace chrome_browser {
|
| // For use by ShowMissingLocaleMessageBox.
|
| @@ -169,7 +168,6 @@ class ChromeBrowserMainParts : public content::BrowserMainParts {
|
| // Android's first run is done in Java instead of native.
|
| scoped_ptr<first_run::MasterPrefs> master_prefs_;
|
| #endif
|
| - TranslateManager* translate_manager_;
|
| Profile* profile_;
|
| bool run_message_loop_;
|
| ProcessSingleton::NotifyResult notify_result_;
|
|
|