Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(549)

Unified Diff: components/offline_pages/core/downloads/offline_page_download_notifier.h

Issue 2489443002: Move all components/offline_pages/ files into component/offline_pages/core (Closed)
Patch Set: more rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 70%
rename from components/offline_pages/downloads/offline_page_download_notifier.h
rename to components/offline_pages/core/downloads/offline_page_download_notifier.h
index c35c80d86b4f109d6ed81c947d59f3aec5e4b488..304d9136db292cee767e49a9eae9c92956552295 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 {
@@ -23,4 +23,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_

Powered by Google App Engine
This is Rietveld 408576698