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

Unified Diff: components/reading_list/reading_list_model_impl.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_impl.h
diff --git a/ios/chrome/browser/reading_list/reading_list_model_impl.h b/components/reading_list/reading_list_model_impl.h
similarity index 90%
copy from ios/chrome/browser/reading_list/reading_list_model_impl.h
copy to components/reading_list/reading_list_model_impl.h
index e755f34df44b1769c5c52baa49066433ae8737a6..b983c2e698b8faa3fd1422bc348505c0aa82ab60 100644
--- a/ios/chrome/browser/reading_list/reading_list_model_impl.h
+++ b/components/reading_list/reading_list_model_impl.h
@@ -2,16 +2,16 @@
// 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_IMPL_H_
-#define IOS_CHROME_BROWSER_READING_LIST_READING_LIST_MODEL_IMPL_H_
+#ifndef COMPONENTS_READING_LIST_READING_LIST_MODEL_IMPL_H_
+#define COMPONENTS_READING_LIST_READING_LIST_MODEL_IMPL_H_
#include <memory>
#include "components/keyed_service/core/keyed_service.h"
-#include "ios/chrome/browser/reading_list/reading_list_entry.h"
-#include "ios/chrome/browser/reading_list/reading_list_model.h"
-#include "ios/chrome/browser/reading_list/reading_list_model_storage.h"
-#include "ios/chrome/browser/reading_list/reading_list_store_delegate.h"
+#include "components/reading_list/reading_list_entry.h"
+#include "components/reading_list/reading_list_model.h"
+#include "components/reading_list/reading_list_model_storage.h"
+#include "components/reading_list/reading_list_store_delegate.h"
class PrefService;
@@ -136,4 +136,4 @@ class ReadingListModelImpl : public ReadingListModel,
DISALLOW_COPY_AND_ASSIGN(ReadingListModelImpl);
};
-#endif // IOS_CHROME_BROWSER_READING_LIST_READING_LIST_MODEL_MEMORY_H_
+#endif // COMPONENTS_READING_LIST_READING_LIST_MODEL_IMPL_H_
« no previous file with comments | « components/reading_list/reading_list_model_bridge_observer.mm ('k') | components/reading_list/reading_list_model_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698