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

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

Issue 2511723002: Enable RL sync by default on iOS (Closed)
Patch Set: create ios and core directories 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/reading_list/ios/offline_url_utils.h
diff --git a/components/reading_list/offline_url_utils.h b/components/reading_list/ios/offline_url_utils.h
similarity index 89%
rename from components/reading_list/offline_url_utils.h
rename to components/reading_list/ios/offline_url_utils.h
index e818ac4a8a131ef70de3b40cf93db627f43e3742..45af3d27e91b6d431d68d5eda192ab13b6740471 100644
--- a/components/reading_list/offline_url_utils.h
+++ b/components/reading_list/ios/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_OFFLINE_URL_UTILS_H_
-#define COMPONENTS_READING_LIST_OFFLINE_URL_UTILS_H_
+#ifndef COMPONENTS_READING_LIST_IOS_OFFLINE_URL_UTILS_H_
+#define COMPONENTS_READING_LIST_IOS_OFFLINE_URL_UTILS_H_
#include <string>
@@ -43,4 +43,4 @@ std::string OfflineURLDirectoryID(const GURL& url);
} // namespace reading_list
-#endif // COMPONENTS_READING_LIST_OFFLINE_URL_UTILS_H_
+#endif // COMPONENTS_READING_LIST_IOS_OFFLINE_URL_UTILS_H_

Powered by Google App Engine
This is Rietveld 408576698