| Index: chrome/browser/plugin_prefs_unittest.cc
|
| diff --git a/chrome/browser/plugin_prefs_unittest.cc b/chrome/browser/plugin_prefs_unittest.cc
|
| index 4dbb1bfb204cd3d2db89c58a5c085a66eb046b17..20acd5e509cba51b5e4f96e6d61a85a75adcc258 100644
|
| --- a/chrome/browser/plugin_prefs_unittest.cc
|
| +++ b/chrome/browser/plugin_prefs_unittest.cc
|
| @@ -13,6 +13,8 @@
|
| #include "webkit/plugins/npapi/mock_plugin_list.cc"
|
| #include "webkit/plugins/webplugininfo.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| class PluginPrefsTest : public ::testing::Test {
|
| public:
|
| virtual void SetUp() OVERRIDE {
|
|
|