| Index: components/suggestions/suggestions_service_unittest.cc
|
| diff --git a/components/suggestions/suggestions_service_unittest.cc b/components/suggestions/suggestions_service_unittest.cc
|
| index 78ac147e3d91712a1be465d47179499abb159266..dfd0e59472cb06a2f1d15e1f8e639df4e19daac6 100644
|
| --- a/components/suggestions/suggestions_service_unittest.cc
|
| +++ b/components/suggestions/suggestions_service_unittest.cc
|
| @@ -9,7 +9,6 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "base/message_loop/message_loop.h"
|
| #include "components/suggestions/blacklist_store.h"
|
| #include "components/suggestions/image_manager.h"
|
| #include "components/suggestions/proto/suggestions.pb.h"
|
| @@ -191,8 +190,8 @@ class SuggestionsServiceTest : public testing::Test {
|
| ~SuggestionsServiceTest() override {}
|
|
|
| void SetUp() override {
|
| - request_context_ = new net::TestURLRequestContextGetter(
|
| - io_message_loop_.message_loop_proxy());
|
| + request_context_ =
|
| + new net::TestURLRequestContextGetter(io_message_loop_.task_runner());
|
| }
|
|
|
| void FetchSuggestionsDataHelper(SyncState sync_state) {
|
|
|