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

Unified Diff: components/offline_pages/core/offline_page_item.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/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 94%
rename from components/offline_pages/offline_page_item.h
rename to components/offline_pages/core/offline_page_item.h
index 2ec13e17998f440895d1dcba8550f5a38c9b1d13..a0b698646943bc2dc330a6c1fa96cd5e5b9249db 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>
@@ -93,4 +93,4 @@ struct OfflinePageItem {
} // namespace offline_pages
-#endif // COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGE_ITEM_H_
+#endif // COMPONENTS_OFFLINE_PAGES_CORE_OFFLINE_PAGE_ITEM_H_

Powered by Google App Engine
This is Rietveld 408576698