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

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

Issue 2350663003: Make reading list entry movable only (Closed)
Patch Set: indentation Created 4 years, 3 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 8d10a074c3a4bed673514b8215660d3bf1ec66ce..944b6a414c79f9d7c78d317967421649c22eb610 100644
--- a/ios/chrome/browser/reading_list/reading_list_model_impl.h
+++ b/ios/chrome/browser/reading_list/reading_list_model_impl.h
@@ -64,6 +64,8 @@ class ReadingListModelImpl : public ReadingListModel, public KeyedService {
std::unique_ptr<ReadingListModelStorage> storageLayer_;
bool hasUnseen_;
bool loaded_;
+
+ DISALLOW_COPY_AND_ASSIGN(ReadingListModelImpl);
};
#endif // IOS_CHROME_BROWSER_READING_LIST_READING_LIST_MODEL_MEMORY_H_

Powered by Google App Engine
This is Rietveld 408576698