| Index: components/reading_list/core/reading_list_model_impl.h
|
| diff --git a/components/reading_list/ios/reading_list_model_impl.h b/components/reading_list/core/reading_list_model_impl.h
|
| similarity index 91%
|
| rename from components/reading_list/ios/reading_list_model_impl.h
|
| rename to components/reading_list/core/reading_list_model_impl.h
|
| index ef6f1ba3af760766b0dced439f4be22ffe95a499..d388d8090f987aff7b54a3c2735cd4c544d1751d 100644
|
| --- a/components/reading_list/ios/reading_list_model_impl.h
|
| +++ b/components/reading_list/core/reading_list_model_impl.h
|
| @@ -2,17 +2,17 @@
|
| // 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_IMPL_H_
|
| -#define COMPONENTS_READING_LIST_IOS_READING_LIST_MODEL_IMPL_H_
|
| +#ifndef COMPONENTS_READING_LIST_CORE_READING_LIST_MODEL_IMPL_H_
|
| +#define COMPONENTS_READING_LIST_CORE_READING_LIST_MODEL_IMPL_H_
|
|
|
| #include <map>
|
| #include <memory>
|
|
|
| #include "components/keyed_service/core/keyed_service.h"
|
| -#include "components/reading_list/ios/reading_list_entry.h"
|
| -#include "components/reading_list/ios/reading_list_model.h"
|
| -#include "components/reading_list/ios/reading_list_model_storage.h"
|
| -#include "components/reading_list/ios/reading_list_store_delegate.h"
|
| +#include "components/reading_list/core/reading_list_entry.h"
|
| +#include "components/reading_list/core/reading_list_model.h"
|
| +#include "components/reading_list/core/reading_list_model_storage.h"
|
| +#include "components/reading_list/core/reading_list_store_delegate.h"
|
|
|
| namespace base {
|
| class Clock;
|
| @@ -150,4 +150,4 @@ class ReadingListModelImpl : public ReadingListModel,
|
| DISALLOW_COPY_AND_ASSIGN(ReadingListModelImpl);
|
| };
|
|
|
| -#endif // COMPONENTS_READING_LIST_IOS_READING_LIST_MODEL_IMPL_H_
|
| +#endif // COMPONENTS_READING_LIST_CORE_READING_LIST_MODEL_IMPL_H_
|
|
|