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

Unified Diff: components/reading_list/reading_list_model_storage.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_storage.h
diff --git a/ios/chrome/browser/reading_list/reading_list_model_storage.h b/components/reading_list/reading_list_model_storage.h
similarity index 86%
copy from ios/chrome/browser/reading_list/reading_list_model_storage.h
copy to components/reading_list/reading_list_model_storage.h
index 9fe680d84fd2324671129501501dc35a8a4945ec..71bd63edffdc161248d24e78be56e5104c0e2eac 100644
--- a/ios/chrome/browser/reading_list/reading_list_model_storage.h
+++ b/components/reading_list/reading_list_model_storage.h
@@ -2,12 +2,12 @@
// 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_STORAGE_H_
-#define IOS_CHROME_BROWSER_READING_LIST_READING_LIST_MODEL_STORAGE_H_
+#ifndef COMPONENTS_READING_LIST_READING_LIST_MODEL_STORAGE_H_
+#define COMPONENTS_READING_LIST_READING_LIST_MODEL_STORAGE_H_
#include <vector>
-#include "ios/chrome/browser/reading_list/reading_list_entry.h"
+#include "components/reading_list/reading_list_entry.h"
class ReadingListModel;
class ReadingListStoreDelegate;
@@ -52,4 +52,4 @@ class ReadingListModelStorage {
};
};
-#endif // IOS_CHROME_BROWSER_READING_LIST_READING_LIST_MODEL_STORAGE_H_
+#endif // COMPONENTS_READING_LIST_READING_LIST_MODEL_STORAGE_H_
« no previous file with comments | « components/reading_list/reading_list_model_observer.h ('k') | components/reading_list/reading_list_model_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698