| Index: chrome/browser/extensions/tab_helper.h
|
| diff --git a/chrome/browser/extensions/tab_helper.h b/chrome/browser/extensions/tab_helper.h
|
| index 8e8fef99e28c17aa8ee96a893302eb3906539e40..48c7fb9cf0749291aac7b543c347878f279e9c74 100644
|
| --- a/chrome/browser/extensions/tab_helper.h
|
| +++ b/chrome/browser/extensions/tab_helper.h
|
| @@ -254,12 +254,12 @@ class TabHelper : public content::WebContentsObserver,
|
|
|
| Profile* profile_;
|
|
|
| - // Vend weak pointers that can be invalidated to stop in-progress loads.
|
| - base::WeakPtrFactory<TabHelper> image_loader_ptr_factory_;
|
| -
|
| // Creates WebstoreInlineInstaller instances for inline install triggers.
|
| scoped_ptr<WebstoreInlineInstallerFactory> webstore_inline_installer_factory_;
|
|
|
| + // Vend weak pointers that can be invalidated to stop in-progress loads.
|
| + base::WeakPtrFactory<TabHelper> image_loader_ptr_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(TabHelper);
|
| };
|
|
|
|
|