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

Unified Diff: components/reading_list/reading_list_model_observer.h

Issue 2514333003: Componentize Reading List (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/reading_list_model_observer.h
diff --git a/ios/chrome/browser/reading_list/reading_list_model_observer.h b/components/reading_list/reading_list_model_observer.h
similarity index 94%
copy from ios/chrome/browser/reading_list/reading_list_model_observer.h
copy to components/reading_list/reading_list_model_observer.h
index f08d35dfdb74e489e45238d56cbc8e13da3a8072..813c90598e0d5bd675aac26d0196122c1a8b3fd5 100644
--- a/ios/chrome/browser/reading_list/reading_list_model_observer.h
+++ b/components/reading_list/reading_list_model_observer.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef IOS_CHROME_BROWSER_READING_LIST_READING_LIST_MODEL_OBSERVER_H_
-#define IOS_CHROME_BROWSER_READING_LIST_READING_LIST_MODEL_OBSERVER_H_
+#ifndef COMPONENTS_READING_LIST_READING_LIST_MODEL_OBSERVER_H_
+#define COMPONENTS_READING_LIST_READING_LIST_MODEL_OBSERVER_H_
#import <set>
#import <vector>
@@ -76,4 +76,4 @@ class ReadingListModelObserver {
DISALLOW_COPY_AND_ASSIGN(ReadingListModelObserver);
};
-#endif // IOS_CHROME_BROWSER_READING_LIST_READING_LIST_MODEL_OBSERVER_H_
+#endif // COMPONENTS_READING_LIST_READING_LIST_MODEL_OBSERVER_H_
« no previous file with comments | « components/reading_list/reading_list_model_impl.cc ('k') | components/reading_list/reading_list_model_storage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698