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

Unified Diff: components/reading_list/core/offline_url_utils.h

Issue 2763233003: Move ReadingList model to components/reading_list/core (Closed)
Patch Set: feedback Created 3 years, 9 months 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
« no previous file with comments | « components/reading_list/core/BUILD.gn ('k') | components/reading_list/core/offline_url_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/reading_list/core/offline_url_utils.h
diff --git a/components/reading_list/ios/offline_url_utils.h b/components/reading_list/core/offline_url_utils.h
similarity index 91%
rename from components/reading_list/ios/offline_url_utils.h
rename to components/reading_list/core/offline_url_utils.h
index dc9060f61dda993c49d2cd73b341928b60df0b2f..4eb9ba7326032c15e8e04708c88f17a2bbc18c53 100644
--- a/components/reading_list/ios/offline_url_utils.h
+++ b/components/reading_list/core/offline_url_utils.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_READING_LIST_IOS_OFFLINE_URL_UTILS_H_
-#define COMPONENTS_READING_LIST_IOS_OFFLINE_URL_UTILS_H_
+#ifndef COMPONENTS_READING_LIST_CORE_OFFLINE_URL_UTILS_H_
+#define COMPONENTS_READING_LIST_CORE_OFFLINE_URL_UTILS_H_
#include <string>
@@ -49,4 +49,4 @@ std::string OfflineURLDirectoryID(const GURL& url);
} // namespace reading_list
-#endif // COMPONENTS_READING_LIST_IOS_OFFLINE_URL_UTILS_H_
+#endif // COMPONENTS_READING_LIST_CORE_OFFLINE_URL_UTILS_H_
« no previous file with comments | « components/reading_list/core/BUILD.gn ('k') | components/reading_list/core/offline_url_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698