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

Unified Diff: components/reading_list/reading_list_store.h

Issue 2514333003: Componentize Reading List (Closed)
Patch Set: fix 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_store.h
diff --git a/ios/chrome/browser/reading_list/reading_list_store.h b/components/reading_list/reading_list_store.h
similarity index 94%
rename from ios/chrome/browser/reading_list/reading_list_store.h
rename to components/reading_list/reading_list_store.h
index 1da170033e35993db42b19aff18ebf1df19c2b1f..d531623c38a3ab57ba2026eae3140b96e64e816d 100644
--- a/ios/chrome/browser/reading_list/reading_list_store.h
+++ b/components/reading_list/reading_list_store.h
@@ -2,14 +2,14 @@
// 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_STORE_H_
-#define IOS_CHROME_BROWSER_READING_LIST_READING_LIST_STORE_H_
+#ifndef COMPONENTS_READING_LIST_READING_LIST_STORE_H_
+#define COMPONENTS_READING_LIST_READING_LIST_STORE_H_
#include "base/threading/non_thread_safe.h"
+#include "components/reading_list/reading_list_model_storage.h"
+#include "components/reading_list/reading_list_store_delegate.h"
#include "components/sync/model/model_type_store.h"
#include "components/sync/model/model_type_sync_bridge.h"
-#include "ios/chrome/browser/reading_list/reading_list_model_storage.h"
-#include "ios/chrome/browser/reading_list/reading_list_store_delegate.h"
namespace syncer {
class MutableDataBatch;
@@ -135,4 +135,4 @@ class ReadingListStore : public syncer::ModelTypeSyncBridge,
std::unique_ptr<syncer::ModelTypeStore::WriteBatch> batch_;
};
-#endif // IOS_CHROME_BROWSER_READING_LIST_READING_LIST_STORE_H_
+#endif // COMPONENTS_READING_LIST_READING_LIST_STORE_H_

Powered by Google App Engine
This is Rietveld 408576698