| Index: chrome/browser/chrome_plugin_message_filter.cc
|
| diff --git a/chrome/browser/chrome_plugin_message_filter.cc b/chrome/browser/chrome_plugin_message_filter.cc
|
| index 56e0cfc6760753433a55bddfe2dae2d9157bb00f..0c49028c98c1fa043fd70d805dda1a3104fe62a5 100644
|
| --- a/chrome/browser/chrome_plugin_message_filter.cc
|
| +++ b/chrome/browser/chrome_plugin_message_filter.cc
|
| @@ -21,6 +21,8 @@
|
| #include "net/url_request/url_request_context_getter.h"
|
| #include "webkit/plugins/npapi/default_plugin_shared.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| static const char kDefaultPluginFinderURL[] =
|
| "https://dl-ssl.google.com/edgedl/chrome/plugins/plugins2.xml";
|
|
|
|
|