| Index: components/reading_list/core/reading_list_model_storage.h
|
| diff --git a/components/reading_list/ios/reading_list_model_storage.h b/components/reading_list/core/reading_list_model_storage.h
|
| similarity index 89%
|
| rename from components/reading_list/ios/reading_list_model_storage.h
|
| rename to components/reading_list/core/reading_list_model_storage.h
|
| index 40a5a540944c4b9f472e001fba1a20678db541b3..5edc30d08d9e06a17bdee0cf23c2c9f5b1dc2664 100644
|
| --- a/components/reading_list/ios/reading_list_model_storage.h
|
| +++ b/components/reading_list/core/reading_list_model_storage.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_READING_LIST_IOS_READING_LIST_MODEL_STORAGE_H_
|
| -#define COMPONENTS_READING_LIST_IOS_READING_LIST_MODEL_STORAGE_H_
|
| +#ifndef COMPONENTS_READING_LIST_CORE_READING_LIST_MODEL_STORAGE_H_
|
| +#define COMPONENTS_READING_LIST_CORE_READING_LIST_MODEL_STORAGE_H_
|
|
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| -#include "components/reading_list/ios/reading_list_entry.h"
|
| +#include "components/reading_list/core/reading_list_entry.h"
|
| #include "components/sync/base/model_type.h"
|
| #include "components/sync/model/model_type_sync_bridge.h"
|
|
|
| @@ -71,4 +71,4 @@ class ReadingListModelStorage : public syncer::ModelTypeSyncBridge {
|
| DISALLOW_COPY_AND_ASSIGN(ReadingListModelStorage);
|
| };
|
|
|
| -#endif // COMPONENTS_READING_LIST_IOS_READING_LIST_MODEL_STORAGE_H_
|
| +#endif // COMPONENTS_READING_LIST_CORE_READING_LIST_MODEL_STORAGE_H_
|
|
|