| Index: components/reading_list/ios/reading_list_entry.cc
|
| diff --git a/components/reading_list/reading_list_entry.cc b/components/reading_list/ios/reading_list_entry.cc
|
| similarity index 98%
|
| rename from components/reading_list/reading_list_entry.cc
|
| rename to components/reading_list/ios/reading_list_entry.cc
|
| index f0401f61343cb1e4e7dbac8b86ac2590b6f66ab9..a4dee663746badda4c2977bd94e06520044a1b15 100644
|
| --- a/components/reading_list/reading_list_entry.cc
|
| +++ b/components/reading_list/ios/reading_list_entry.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/reading_list/reading_list_entry.h"
|
| +#include "components/reading_list/ios/reading_list_entry.h"
|
|
|
| #include "base/json/json_string_value_serializer.h"
|
| #include "base/memory/ptr_util.h"
|
| -#include "components/reading_list/offline_url_utils.h"
|
| -#include "components/reading_list/proto/reading_list.pb.h"
|
| +#include "components/reading_list/ios/offline_url_utils.h"
|
| +#include "components/reading_list/ios/proto/reading_list.pb.h"
|
| #include "components/sync/protocol/reading_list_specifics.pb.h"
|
| #include "net/base/backoff_entry_serializer.h"
|
|
|
|
|