Index: components/reading_list/ios/reading_list_store.h |
diff --git a/components/reading_list/reading_list_store.h b/components/reading_list/ios/reading_list_store.h |
similarity index 94% |
rename from components/reading_list/reading_list_store.h |
rename to components/reading_list/ios/reading_list_store.h |
index d531623c38a3ab57ba2026eae3140b96e64e816d..f8896b0984d2398c4c75debfb4e5959d2ff8d3e9 100644 |
--- a/components/reading_list/reading_list_store.h |
+++ b/components/reading_list/ios/reading_list_store.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 COMPONENTS_READING_LIST_READING_LIST_STORE_H_ |
-#define COMPONENTS_READING_LIST_READING_LIST_STORE_H_ |
+#ifndef COMPONENTS_READING_LIST_IOS_READING_LIST_STORE_H_ |
+#define COMPONENTS_READING_LIST_IOS_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/reading_list/ios/reading_list_model_storage.h" |
+#include "components/reading_list/ios/reading_list_store_delegate.h" |
#include "components/sync/model/model_type_store.h" |
#include "components/sync/model/model_type_sync_bridge.h" |
@@ -135,4 +135,4 @@ class ReadingListStore : public syncer::ModelTypeSyncBridge, |
std::unique_ptr<syncer::ModelTypeStore::WriteBatch> batch_; |
}; |
-#endif // COMPONENTS_READING_LIST_READING_LIST_STORE_H_ |
+#endif // COMPONENTS_READING_LIST_IOS_READING_LIST_STORE_H_ |