| Index: components/offline_pages/core/downloads/download_ui_item.h
|
| diff --git a/components/offline_pages/downloads/download_ui_item.h b/components/offline_pages/core/downloads/download_ui_item.h
|
| similarity index 85%
|
| rename from components/offline_pages/downloads/download_ui_item.h
|
| rename to components/offline_pages/core/downloads/download_ui_item.h
|
| index 22f65c422aa10d214c029fd7c40c52f1eeb194fc..2564d5da23e766ec5faeec225df9a0e7cac5c77f 100644
|
| --- a/components/offline_pages/downloads/download_ui_item.h
|
| +++ b/components/offline_pages/core/downloads/download_ui_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_DOWNLOADS_DOWNLOAD_UI_ITEM_H_
|
| -#define COMPONENTS_OFFLINE_PAGES_DOWNLOADS_DOWNLOAD_UI_ITEM_H_
|
| +#ifndef COMPONENTS_OFFLINE_PAGES_CORE_DOWNLOADS_DOWNLOAD_UI_ITEM_H_
|
| +#define COMPONENTS_OFFLINE_PAGES_CORE_DOWNLOADS_DOWNLOAD_UI_ITEM_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -51,4 +51,4 @@ struct DownloadUIItem {
|
|
|
| } // namespace offline_pages
|
|
|
| -#endif // COMPONENTS_OFFLINE_PAGES_DOWNLOADS_DOWNLOAD_UI_ITEM_H_
|
| +#endif // COMPONENTS_OFFLINE_PAGES_CORE_DOWNLOADS_DOWNLOAD_UI_ITEM_H_
|
|
|