| 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 9120251b02372ef5806ab3dc12c78c345a7112f4..8c3372bb8403015dd538a937cad1c3a6e7abd9b6 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());
|
| }
|
|
|