| Index: chrome/browser/chrome_browser_main_android.h
|
| diff --git a/chrome/browser/chrome_browser_main_android.h b/chrome/browser/chrome_browser_main_android.h
|
| index 7140ea1080ab370fcdde822931b4929c3acfe582..e2026b53a2f9c9cee7e0906efc424852b36963e8 100644
|
| --- a/chrome/browser/chrome_browser_main_android.h
|
| +++ b/chrome/browser/chrome_browser_main_android.h
|
| @@ -6,7 +6,6 @@
|
| #define CHROME_BROWSER_CHROME_BROWSER_MAIN_ANDROID_H_
|
|
|
| #include "base/macros.h"
|
| -#include "chrome/browser/android/chrome_backup_watcher.h"
|
| #include "chrome/browser/chrome_browser_main.h"
|
|
|
| namespace breakpad {
|
| @@ -31,7 +30,6 @@
|
| private:
|
| std::unique_ptr<base::MessageLoop> main_message_loop_;
|
| std::unique_ptr<breakpad::CrashDumpManager> crash_dump_manager_;
|
| - std::unique_ptr<chrome::android::ChromeBackupWatcher> backup_watcher_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChromeBrowserMainPartsAndroid);
|
| };
|
|
|