| Index: content/browser/plugin_service_browsertest.cc
|
| diff --git a/content/browser/plugin_service_browsertest.cc b/content/browser/plugin_service_browsertest.cc
|
| index eb46f9f5786ef45135e8d02efcb00967c68ae7cc..116a6e169c3157474ff7e07f53b3fc7a2847ad98 100644
|
| --- a/content/browser/plugin_service_browsertest.cc
|
| +++ b/content/browser/plugin_service_browsertest.cc
|
| @@ -17,6 +17,8 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "webkit/plugins/npapi/plugin_list.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace {
|
|
|
| const char kNPAPITestPluginMimeType[] = "application/vnd.npapi-test";
|
|
|