| Index: chrome/browser/ui/sad_tab_helper.cc
|
| diff --git a/chrome/browser/ui/sad_tab_helper.cc b/chrome/browser/ui/sad_tab_helper.cc
|
| index a7d5c4928ae7c9a7f7eeeeac31268680a3f5eb49..07fcacd08667bb2c77330fad27bfb02f728f6fbf 100644
|
| --- a/chrome/browser/ui/sad_tab_helper.cc
|
| +++ b/chrome/browser/ui/sad_tab_helper.cc
|
| @@ -24,7 +24,7 @@
|
| #include "chrome/browser/ui/gtk/tab_contents/chrome_web_contents_view_delegate_gtk.h"
|
| #endif
|
|
|
| -int SadTabHelper::kUserDataKey;
|
| +DEFINE_WEB_CONTENTS_USER_DATA_KEY(SadTabHelper)
|
|
|
| SadTabHelper::SadTabHelper(content::WebContents* web_contents)
|
| : content::WebContentsObserver(web_contents) {
|
|
|