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% |
copy from ios/chrome/browser/reading_list/reading_list_store.h |
copy 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_ |