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

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

Issue 7744039: Switch ChromeTestSuite to the same convention as ContentTestSuite: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixing Created 9 years, 4 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_policy_provider_unittest.cc
diff --git a/chrome/browser/content_settings/content_settings_policy_provider_unittest.cc b/chrome/browser/content_settings/content_settings_policy_provider_unittest.cc
index 9a24e951c48c9db81beb2461fa294ef0b36d7407..71807276d6b13ac2e2dbcf631257ba3e0a8ad374 100644
--- a/chrome/browser/content_settings/content_settings_policy_provider_unittest.cc
+++ b/chrome/browser/content_settings/content_settings_policy_provider_unittest.cc
@@ -13,7 +13,6 @@
#include "chrome/common/chrome_switches.h"
#include "chrome/common/pref_names.h"
#include "chrome/common/url_constants.h"
-#include "chrome/test/base/testing_browser_process_test.h"
#include "chrome/test/base/testing_pref_service.h"
#include "chrome/test/base/testing_profile.h"
#include "content/browser/browser_thread.h"
@@ -24,7 +23,7 @@ using ::testing::_;
namespace content_settings {
-class PolicyDefaultProviderTest : public TestingBrowserProcessTest {
+class PolicyDefaultProviderTest : public testing::Test {
public:
PolicyDefaultProviderTest()
: ui_thread_(BrowserThread::UI, &message_loop_) {
@@ -141,7 +140,7 @@ TEST_F(PolicyDefaultProviderTest, AutoSelectCertificate) {
provider.ShutdownOnUIThread();
}
-class PolicyProviderTest : public TestingBrowserProcessTest {
+class PolicyProviderTest : public testing::Test {
public:
PolicyProviderTest()
: ui_thread_(BrowserThread::UI, &message_loop_) {

Powered by Google App Engine
This is Rietveld 408576698