Index: chrome/browser/prefs/pref_notifier_impl_unittest.cc |
diff --git a/chrome/browser/prefs/pref_notifier_impl_unittest.cc b/chrome/browser/prefs/pref_notifier_impl_unittest.cc |
index 2e6d4a70773be8cb35224539a938be283892a653..b2387ab1244ded91e440caef5a7f9c9c5761b104 100644 |
--- a/chrome/browser/prefs/pref_notifier_impl_unittest.cc |
+++ b/chrome/browser/prefs/pref_notifier_impl_unittest.cc |
@@ -7,7 +7,6 @@ |
#include "chrome/browser/prefs/pref_service.h" |
#include "chrome/browser/prefs/pref_value_store.h" |
#include "chrome/common/chrome_notification_types.h" |
-#include "chrome/test/base/testing_browser_process_test.h" |
#include "chrome/test/base/testing_pref_service.h" |
#include "content/common/notification_observer_mock.h" |
#include "content/common/notification_registrar.h" |
@@ -55,7 +54,7 @@ class MockPrefNotifier : public PrefNotifierImpl { |
}; |
// Test fixture class. |
-class PrefNotifierTest : public TestingBrowserProcessTest { |
+class PrefNotifierTest : public testing::Test { |
protected: |
virtual void SetUp() { |
pref_service_.RegisterBooleanPref(kChangedPref, |