| Index: components/offline_pages/core/downloads/offline_page_download_notifier.h
|
| diff --git a/components/offline_pages/downloads/offline_page_download_notifier.h b/components/offline_pages/core/downloads/offline_page_download_notifier.h
|
| similarity index 78%
|
| rename from components/offline_pages/downloads/offline_page_download_notifier.h
|
| rename to components/offline_pages/core/downloads/offline_page_download_notifier.h
|
| index 74921852440d78451837614358f93d106b807d2f..fefabe4a2897679ef23e4ca0dc484a5bdf29fe01 100644
|
| --- a/components/offline_pages/downloads/offline_page_download_notifier.h
|
| +++ b/components/offline_pages/core/downloads/offline_page_download_notifier.h
|
| @@ -2,10 +2,10 @@
|
| // 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_OFFLINE_PAGE_DOWNLOAD_NOTIFIER_H_
|
| -#define COMPONENTS_OFFLINE_PAGES_DOWNLOADS_OFFLINE_PAGE_DOWNLOAD_NOTIFIER_H_
|
| +#ifndef COMPONENTS_OFFLINE_PAGES_CORE_DOWNLOADS_OFFLINE_PAGE_DOWNLOAD_NOTIFIER_H_
|
| +#define COMPONENTS_OFFLINE_PAGES_CORE_DOWNLOADS_OFFLINE_PAGE_DOWNLOAD_NOTIFIER_H_
|
|
|
| -#include "components/offline_pages/downloads/download_ui_item.h"
|
| +#include "components/offline_pages/core/downloads/download_ui_item.h"
|
|
|
| namespace offline_pages {
|
|
|
| @@ -35,4 +35,4 @@ struct OfflinePageDownloadNotifier {
|
|
|
| } // namespace offline_pages
|
|
|
| -#endif // COMPONENTS_OFFLINE_PAGES_DOWNLOADS_OFFLINE_PAGE_DOWNLOAD_NOTIFIER_H_
|
| +#endif // COMPONENTS_OFFLINE_PAGES_CORE_DOWNLOADS_OFFLINE_PAGE_DOWNLOAD_NOTIFIER_H_
|
|
|