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

Unified Diff: chrome/browser/content_settings/content_settings_pref_provider_unittest.cc

Issue 6532034: GTTF: Use a fresh TestingBrowserProcess for each test, part #2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 10 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: chrome/browser/content_settings/content_settings_pref_provider_unittest.cc
===================================================================
--- chrome/browser/content_settings/content_settings_pref_provider_unittest.cc (revision 75925)
+++ chrome/browser/content_settings/content_settings_pref_provider_unittest.cc (working copy)
@@ -12,6 +12,7 @@
#include "chrome/common/chrome_switches.h"
#include "chrome/common/pref_names.h"
#include "chrome/common/url_constants.h"
+#include "chrome/test/testing_browser_process_test.h"
#include "chrome/test/testing_pref_service.h"
#include "chrome/test/testing_profile.h"
#include "googleurl/src/gurl.h"
@@ -19,7 +20,7 @@
namespace content_settings {
-class PrefDefaultProviderTest : public testing::Test {
+class PrefDefaultProviderTest : public TestingBrowserProcessTest {
public:
PrefDefaultProviderTest()
: ui_thread_(BrowserThread::UI, &message_loop_) {
@@ -136,7 +137,7 @@
return true;
}
-class PrefProviderTest : public testing::Test {
+class PrefProviderTest : public TestingBrowserProcessTest {
public:
PrefProviderTest() : ui_thread_(
BrowserThread::UI, &message_loop_) {

Powered by Google App Engine
This is Rietveld 408576698