| 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 d97e66261d0d4933b8d576e8a93f823178f20204..89f03ae92f7b8e532546683be184064136ea43d2 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());
|
| }
|
|
|