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

Unified Diff: ios/chrome/browser/reading_list/reading_list_model_storage.h

Issue 2398233003: with sync (Closed)
Patch Set: done Created 4 years, 2 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
Index: ios/chrome/browser/reading_list/reading_list_model_storage.h
diff --git a/ios/chrome/browser/reading_list/reading_list_model_storage.h b/ios/chrome/browser/reading_list/reading_list_model_storage.h
index 51bac20172e2d088822abb485b270545a3a59417..825b6ad28ecd0a863e52701f6425883ff6ec1de4 100644
--- a/ios/chrome/browser/reading_list/reading_list_model_storage.h
+++ b/ios/chrome/browser/reading_list/reading_list_model_storage.h
@@ -12,7 +12,7 @@
class ReadingListModelImpl;
namespace syncer {
-class SyncableService;
+class ModelTypeService;
}
// Interface for a persistence layer for reading list.
@@ -22,6 +22,8 @@ class ReadingListModelStorage {
// Sets the model the Storage is backing.
virtual void SetReadingListModel(ReadingListModelImpl* model) = 0;
+ virtual syncer::ModelTypeService* GetModelTypeService() = 0;
+
// Asynchronously Loads the entries contained in the storage.
virtual void LoadPersistentLists() = 0;
« no previous file with comments | « ios/chrome/browser/reading_list/reading_list_model_impl.cc ('k') | ios/chrome/browser/reading_list/reading_list_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698