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