Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: content/browser/plugin_service_unittest.cc

Issue 7465041: GTTF: Use a fresh TestingBrowserProcess for each test, part #4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: should work Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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),

Powered by Google App Engine
This is Rietveld 408576698