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..757a513a45546ba1ed5e2bfd09df71f8e4b61127 100644 |
--- a/content/browser/plugin_service_unittest.cc |
+++ b/content/browser/plugin_service_unittest.cc |
@@ -5,11 +5,12 @@ |
#include "content/browser/plugin_service.h" |
#include "content/browser/browser_thread.h" |
+#include "chrome/test/testing_browser_process_test.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), |