| Index: components/offline_pages/core/offline_page_item.h
|
| diff --git a/components/offline_pages/offline_page_item.h b/components/offline_pages/core/offline_page_item.h
|
| similarity index 93%
|
| rename from components/offline_pages/offline_page_item.h
|
| rename to components/offline_pages/core/offline_page_item.h
|
| index 34c586c5274a24427a384311960a440c30d128b9..bbc2380e5096e503077dc5ae82f1cc824ed4af2f 100644
|
| --- a/components/offline_pages/offline_page_item.h
|
| +++ b/components/offline_pages/core/offline_page_item.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_ITEM_H_
|
| -#define COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGE_ITEM_H_
|
| +#ifndef COMPONENTS_OFFLINE_PAGES_CORE_OFFLINE_PAGE_ITEM_H_
|
| +#define COMPONENTS_OFFLINE_PAGES_CORE_OFFLINE_PAGE_ITEM_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -88,4 +88,4 @@ struct OfflinePageItem {
|
|
|
| } // namespace offline_pages
|
|
|
| -#endif // COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGE_ITEM_H_
|
| +#endif // COMPONENTS_OFFLINE_PAGES_CORE_OFFLINE_PAGE_ITEM_H_
|
|
|