| Index: components/offline_pages/core/offline_page_test_archiver.h
|
| diff --git a/components/offline_pages/offline_page_test_archiver.h b/components/offline_pages/core/offline_page_test_archiver.h
|
| similarity index 90%
|
| rename from components/offline_pages/offline_page_test_archiver.h
|
| rename to components/offline_pages/core/offline_page_test_archiver.h
|
| index 97ba2af7607e64cb4ba99134ae2f536d07ebc9db..664c79a592ea05552b99f1e455517949224f17da 100644
|
| --- a/components/offline_pages/offline_page_test_archiver.h
|
| +++ b/components/offline_pages/core/offline_page_test_archiver.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGE_TEST_ARCHIVER_H_
|
| -#define COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGE_TEST_ARCHIVER_H_
|
| +#ifndef COMPONENTS_OFFLINE_PAGES_CORE_OFFLINE_PAGE_TEST_ARCHIVER_H_
|
| +#define COMPONENTS_OFFLINE_PAGES_CORE_OFFLINE_PAGE_TEST_ARCHIVER_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -12,7 +12,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/strings/string16.h"
|
| -#include "components/offline_pages/offline_page_archiver.h"
|
| +#include "components/offline_pages/core/offline_page_archiver.h"
|
|
|
| class GURL;
|
|
|
| @@ -83,4 +83,4 @@ class OfflinePageTestArchiver : public OfflinePageArchiver {
|
|
|
| } // namespace offline_pages
|
|
|
| -#endif // COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGE_TEST_ARCHIVER_H_
|
| +#endif // COMPONENTS_OFFLINE_PAGES_CORE_OFFLINE_PAGE_TEST_ARCHIVER_H_
|
|
|