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 4893f66f4c97a0710a89037f0caaaf62c9f479be..e4ce08fe27e866f61454b9623f465916589b3a51 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_ |