| 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_
|
|
|