| Index: chrome/browser/pepper_broker_observer.cc
|
| diff --git a/chrome/browser/pepper_broker_observer.cc b/chrome/browser/pepper_broker_observer.cc
|
| index 3d73e574f5d86466721fdf2455c63594a49baf2a..0f84010c6fc33f728537765d30dfc0a0cc71449b 100644
|
| --- a/chrome/browser/pepper_broker_observer.cc
|
| +++ b/chrome/browser/pepper_broker_observer.cc
|
| @@ -30,6 +30,8 @@ using content::OpenURLParams;
|
| using content::Referrer;
|
| using content::WebContents;
|
|
|
| +int PepperBrokerObserver::kUserDataKey;
|
| +
|
| namespace {
|
|
|
| // The URL for the "learn more" article about the PPAPI broker.
|
|
|