Index: chrome/browser/search_engines/template_url_fetcher_unittest.cc |
diff --git a/chrome/browser/search_engines/template_url_fetcher_unittest.cc b/chrome/browser/search_engines/template_url_fetcher_unittest.cc |
index e2eaec19cfd6c4cd92a712d466b54b6aa99a4efe..f55aca131e054c8702ddcc8d775aff2faf5addc8 100644 |
--- a/chrome/browser/search_engines/template_url_fetcher_unittest.cc |
+++ b/chrome/browser/search_engines/template_url_fetcher_unittest.cc |
@@ -15,6 +15,7 @@ |
#include "chrome/browser/search_engines/template_url_service_test_util.h" |
#include "chrome/common/chrome_paths.h" |
#include "chrome/test/base/testing_profile.h" |
+#include "content/public/browser/browser_thread.h" |
#include "net/test/embedded_test_server/embedded_test_server.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "url/gurl.h" |
@@ -46,12 +47,10 @@ class TemplateURLFetcherTest : public testing::Test { |
virtual void SetUp() OVERRIDE { |
test_util_.SetUp(); |
- test_util_.StartIOThread(); |
TestingProfile* profile = test_util_.profile(); |
ASSERT_TRUE(profile); |
ASSERT_TRUE(TemplateURLFetcherFactory::GetForProfile(profile)); |
- profile->CreateRequestContext(); |
ASSERT_TRUE(profile->GetRequestContext()); |
ASSERT_TRUE(test_server_.InitializeAndWaitUntilReady()); |
} |