Index: chrome/browser/autocomplete/history_quick_provider_unittest.cc |
diff --git a/chrome/browser/autocomplete/history_quick_provider_unittest.cc b/chrome/browser/autocomplete/history_quick_provider_unittest.cc |
index 62730a2f7966951ee0bc0e24bc2aaac3a9b6ff27..021efb74dffe5001eb082a3f2d1c5646e57caf17 100644 |
--- a/chrome/browser/autocomplete/history_quick_provider_unittest.cc |
+++ b/chrome/browser/autocomplete/history_quick_provider_unittest.cc |
@@ -21,7 +21,6 @@ |
#include "chrome/browser/prefs/pref_service.h" |
#include "chrome/common/pref_names.h" |
#include "chrome/test/base/testing_browser_process.h" |
-#include "chrome/test/base/testing_browser_process_test.h" |
#include "chrome/test/base/testing_profile.h" |
#include "content/browser/browser_thread.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -72,7 +71,7 @@ struct TestURLInfo { |
"Dogs & Cats & Mice & Other Animals", 1, 1, 0}, |
}; |
-class HistoryQuickProviderTest : public TestingBrowserProcessTest, |
+class HistoryQuickProviderTest : public testing::Test, |
public ACProviderListener { |
public: |
HistoryQuickProviderTest() |