| 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 891c3d54d5c155bdd9c2fb0daf7f201df9d383bb..b6848f980f01794a4a9f6c019dc48ec3f81c7c0b 100644
|
| --- a/chrome/browser/ui/snapshot_tab_helper.cc
|
| +++ b/chrome/browser/ui/snapshot_tab_helper.cc
|
| @@ -11,7 +11,7 @@
|
|
|
| using content::WebContents;
|
|
|
| -int SnapshotTabHelper::kUserDataKey;
|
| +DEFINE_WEB_CONTENTS_USER_DATA_KEY(SnapshotTabHelper)
|
|
|
| SnapshotTabHelper::SnapshotTabHelper(WebContents* web_contents)
|
| : content::WebContentsObserver(web_contents) {
|
|
|