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

Unified Diff: components/reading_list/ios/reading_list_entry.cc

Issue 2511723002: Enable RL sync by default on iOS (Closed)
Patch Set: 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/reading_list/ios/reading_list_entry.cc
diff --git a/components/reading_list/reading_list_entry.cc b/components/reading_list/ios/reading_list_entry.cc
similarity index 98%
rename from components/reading_list/reading_list_entry.cc
rename to components/reading_list/ios/reading_list_entry.cc
index f0401f61343cb1e4e7dbac8b86ac2590b6f66ab9..a4dee663746badda4c2977bd94e06520044a1b15 100644
--- a/components/reading_list/reading_list_entry.cc
+++ b/components/reading_list/ios/reading_list_entry.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/reading_list/reading_list_entry.h"
+#include "components/reading_list/ios/reading_list_entry.h"
#include "base/json/json_string_value_serializer.h"
#include "base/memory/ptr_util.h"
-#include "components/reading_list/offline_url_utils.h"
-#include "components/reading_list/proto/reading_list.pb.h"
+#include "components/reading_list/ios/offline_url_utils.h"
+#include "components/reading_list/ios/proto/reading_list.pb.h"
#include "components/sync/protocol/reading_list_specifics.pb.h"
#include "net/base/backoff_entry_serializer.h"
« no previous file with comments | « components/reading_list/ios/reading_list_entry.h ('k') | components/reading_list/ios/reading_list_entry_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698