| Index: components/previews/core/previews_io_data_unittest.cc
|
| diff --git a/components/previews/previews_io_data_unittest.cc b/components/previews/core/previews_io_data_unittest.cc
|
| similarity index 95%
|
| rename from components/previews/previews_io_data_unittest.cc
|
| rename to components/previews/core/previews_io_data_unittest.cc
|
| index 9f88172091ceb6e72fb9b6da99739d62ade6e220..c2907d9ec691e33f42fdbd677d3c765bf337b024 100644
|
| --- a/components/previews/previews_io_data_unittest.cc
|
| +++ b/components/previews/core/previews_io_data_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/previews/previews_io_data.h"
|
| +#include "components/previews/core/previews_io_data.h"
|
|
|
| #include <memory>
|
|
|
| @@ -11,7 +11,7 @@
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/run_loop.h"
|
| #include "base/single_thread_task_runner.h"
|
| -#include "components/previews/previews_ui_service.h"
|
| +#include "components/previews/core/previews_ui_service.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace previews {
|
|
|