diff options
Diffstat (limited to 'chrome/browser/ui/snapshot_tab_helper.cc')
-rw-r--r-- | chrome/browser/ui/snapshot_tab_helper.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/snapshot_tab_helper.cc b/chrome/browser/ui/snapshot_tab_helper.cc index 1a073dc..0078d57 100644 --- a/chrome/browser/ui/snapshot_tab_helper.cc +++ b/chrome/browser/ui/snapshot_tab_helper.cc @@ -10,7 +10,8 @@ #include "content/public/browser/notification_service.h" SnapshotTabHelper::SnapshotTabHelper(TabContentsWrapper* wrapper) - : TabContentsObserver(wrapper->tab_contents()) { + : TabContentsObserver(wrapper->tab_contents()), + wrapper_(wrapper) { } SnapshotTabHelper::~SnapshotTabHelper() { |