| Index: components/offline_pages/background/request_queue_store_unittest.cc
|
| diff --git a/components/offline_pages/background/request_queue_in_memory_store_unittest.cc b/components/offline_pages/background/request_queue_store_unittest.cc
|
| similarity index 100%
|
| rename from components/offline_pages/background/request_queue_in_memory_store_unittest.cc
|
| rename to components/offline_pages/background/request_queue_store_unittest.cc
|
| index de58a29ac1abc829f64912d041e0eb3c716bc4ea..7b94549cbfc5d90f1f066709c44c23d624eef99a 100644
|
| --- a/components/offline_pages/background/request_queue_in_memory_store_unittest.cc
|
| +++ b/components/offline_pages/background/request_queue_store_unittest.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/offline_pages/background/request_queue_in_memory_store.h"
|
| +#include "components/offline_pages/background/request_queue_store.h"
|
|
|
| #include <memory>
|
|
|
| #include "base/bind.h"
|
| #include "base/test/test_simple_task_runner.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| -#include "components/offline_pages/background/request_queue_store.h"
|
| +#include "components/offline_pages/background/request_queue_in_memory_store.h"
|
| #include "components/offline_pages/background/save_page_request.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|