| Index: chrome/browser/browsing_data/browsing_data_indexed_db_helper_unittest.cc
|
| diff --git a/chrome/browser/browsing_data/browsing_data_indexed_db_helper_unittest.cc b/chrome/browser/browsing_data/browsing_data_indexed_db_helper_unittest.cc
|
| index fe5a4d69edff3a883453ad2e3538a9257d86088f..075b480c489b525b0e494901283aa49c1e8d25f5 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_indexed_db_helper_unittest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_indexed_db_helper_unittest.cc
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "chrome/browser/browsing_data/browsing_data_indexed_db_helper.h"
|
|
|
| -#include "base/message_loop/message_loop_proxy.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "base/thread_task_runner_handle.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| #include "content/public/browser/browser_context.h"
|
| #include "content/public/browser/storage_partition.h"
|
| @@ -18,7 +18,7 @@ class CannedBrowsingDataIndexedDBHelperTest : public testing::Test {
|
| public:
|
| void SetUp() override {
|
| IndexedDBContext()->SetTaskRunnerForTesting(
|
| - base::MessageLoopProxy::current().get());
|
| + base::ThreadTaskRunnerHandle::Get().get());
|
| }
|
|
|
| content::IndexedDBContext* IndexedDBContext() {
|
|
|