| Index: chrome/browser/plugins/plugin_observer.cc
|
| diff --git a/chrome/browser/plugins/plugin_observer.cc b/chrome/browser/plugins/plugin_observer.cc
|
| index 955735da50290c2f37539ec78cbe3c15211bf3b4..395678df4494c80fa792e70e73e95b737c84ec71 100644
|
| --- a/chrome/browser/plugins/plugin_observer.cc
|
| +++ b/chrome/browser/plugins/plugin_observer.cc
|
| @@ -46,7 +46,7 @@ using content::PluginService;
|
| using content::Referrer;
|
| using content::WebContents;
|
|
|
| -int PluginObserver::kUserDataKey;
|
| +DEFINE_WEB_CONTENTS_USER_DATA_KEY(PluginObserver)
|
|
|
| namespace {
|
|
|
|
|