| Index: chrome/browser/ui/snapshot_tab_helper.cc
|
| diff --git a/chrome/browser/ui/snapshot_tab_helper.cc b/chrome/browser/ui/snapshot_tab_helper.cc
|
| index 1a073dcf2cfa6cf9de8cbaf51d4508bb01db4884..0078d57c46088e3e1c988cf86764f08635764a6d 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() {
|
|
|