| Index: content/browser/plugin_service_unittest.cc
|
| diff --git a/content/browser/plugin_service_unittest.cc b/content/browser/plugin_service_unittest.cc
|
| index 4d9f420c8ffa07748d8887aa58b5392814879211..d5c61ced34793787b081e118816dfa8b6c621133 100644
|
| --- a/content/browser/plugin_service_unittest.cc
|
| +++ b/content/browser/plugin_service_unittest.cc
|
| @@ -4,12 +4,13 @@
|
|
|
| #include "content/browser/plugin_service.h"
|
|
|
| +#include "chrome/test/testing_browser_process_test.h"
|
| #include "content/browser/browser_thread.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace {
|
|
|
| -class PluginServiceTest : public testing::Test {
|
| +class PluginServiceTest : public TestingBrowserProcessTest {
|
| public:
|
| PluginServiceTest()
|
| : message_loop_(MessageLoop::TYPE_IO),
|
|
|