| Index: chrome/browser/ui/hung_plugin_tab_helper.cc
|
| diff --git a/chrome/browser/ui/hung_plugin_tab_helper.cc b/chrome/browser/ui/hung_plugin_tab_helper.cc
|
| index 26dc8636ae30875fd48ffac33315525fc08a549e..8dd72570f4effdbb402404643bbe1fdda0f013fb 100644
|
| --- a/chrome/browser/ui/hung_plugin_tab_helper.cc
|
| +++ b/chrome/browser/ui/hung_plugin_tab_helper.cc
|
| @@ -36,7 +36,7 @@
|
| #include "chrome/browser/hang_monitor/hang_crash_dump_win.h"
|
| #endif
|
|
|
| -int HungPluginTabHelper::kUserDataKey;
|
| +DEFINE_WEB_CONTENTS_USER_DATA_KEY(HungPluginTabHelper)
|
|
|
| namespace {
|
|
|
|
|