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

Unified Diff: ios/chrome/browser/reading_list/reading_list_model_impl.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_impl.h
diff --git a/ios/chrome/browser/reading_list/reading_list_model_impl.h b/ios/chrome/browser/reading_list/reading_list_model_impl.h
index e722d69aa0a65cb7dab0fe85f5148233fdbf6c23..6850542d6d1e80f5d17e34e26be1d8485bb2af8c 100644
--- a/ios/chrome/browser/reading_list/reading_list_model_impl.h
+++ b/ios/chrome/browser/reading_list/reading_list_model_impl.h
@@ -28,6 +28,8 @@ class ReadingListModelImpl : public ReadingListModel, public KeyedService {
// persistent across sessions.
ReadingListModelImpl();
+ syncer::ModelTypeService* GetModelTypeService() override;
+
~ReadingListModelImpl() override;
void Shutdown() override;

Powered by Google App Engine
This is Rietveld 408576698