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

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

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_store.h
diff --git a/components/reading_list/reading_list_store.h b/components/reading_list/ios/reading_list_store.h
similarity index 94%
rename from components/reading_list/reading_list_store.h
rename to components/reading_list/ios/reading_list_store.h
index d531623c38a3ab57ba2026eae3140b96e64e816d..f8896b0984d2398c4c75debfb4e5959d2ff8d3e9 100644
--- a/components/reading_list/reading_list_store.h
+++ b/components/reading_list/ios/reading_list_store.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_READING_LIST_READING_LIST_STORE_H_
-#define COMPONENTS_READING_LIST_READING_LIST_STORE_H_
+#ifndef COMPONENTS_READING_LIST_IOS_READING_LIST_STORE_H_
+#define COMPONENTS_READING_LIST_IOS_READING_LIST_STORE_H_
#include "base/threading/non_thread_safe.h"
-#include "components/reading_list/reading_list_model_storage.h"
-#include "components/reading_list/reading_list_store_delegate.h"
+#include "components/reading_list/ios/reading_list_model_storage.h"
+#include "components/reading_list/ios/reading_list_store_delegate.h"
#include "components/sync/model/model_type_store.h"
#include "components/sync/model/model_type_sync_bridge.h"
@@ -135,4 +135,4 @@ class ReadingListStore : public syncer::ModelTypeSyncBridge,
std::unique_ptr<syncer::ModelTypeStore::WriteBatch> batch_;
};
-#endif // COMPONENTS_READING_LIST_READING_LIST_STORE_H_
+#endif // COMPONENTS_READING_LIST_IOS_READING_LIST_STORE_H_
« no previous file with comments | « components/reading_list/ios/reading_list_pref_names.cc ('k') | components/reading_list/ios/reading_list_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698