diff options
Diffstat (limited to 'chrome/browser/ui/snapshot_tab_helper.cc')
-rw-r--r-- | chrome/browser/ui/snapshot_tab_helper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/snapshot_tab_helper.cc b/chrome/browser/ui/snapshot_tab_helper.cc index b6848f9..891c3d5 100644 --- a/chrome/browser/ui/snapshot_tab_helper.cc +++ b/chrome/browser/ui/snapshot_tab_helper.cc @@ -11,7 +11,7 @@ using content::WebContents; -DEFINE_WEB_CONTENTS_USER_DATA_KEY(SnapshotTabHelper) +int SnapshotTabHelper::kUserDataKey; SnapshotTabHelper::SnapshotTabHelper(WebContents* web_contents) : content::WebContentsObserver(web_contents) { |