| Index: chrome/browser/extensions/updater/extension_updater.h
|
| diff --git a/chrome/browser/extensions/updater/extension_updater.h b/chrome/browser/extensions/updater/extension_updater.h
|
| index 88401da4656f604539fa3527f1869c446e18245d..30480348ed81948de38dadcdb7b7c8eab4d90457 100644
|
| --- a/chrome/browser/extensions/updater/extension_updater.h
|
| +++ b/chrome/browser/extensions/updater/extension_updater.h
|
| @@ -241,8 +241,6 @@ class ExtensionUpdater : public ExtensionDownloaderDelegate,
|
| // Whether Start() has been called but not Stop().
|
| bool alive_;
|
|
|
| - base::WeakPtrFactory<ExtensionUpdater> weak_ptr_factory_;
|
| -
|
| // Pointer back to the service that owns this ExtensionUpdater.
|
| ExtensionServiceInterface* service_;
|
|
|
| @@ -290,6 +288,8 @@ class ExtensionUpdater : public ExtensionDownloaderDelegate,
|
| // next update check.
|
| std::set<std::string> forced_updates_;
|
|
|
| + base::WeakPtrFactory<ExtensionUpdater> weak_ptr_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ExtensionUpdater);
|
| };
|
|
|
|
|