| Index: components/reading_list/ios/reading_list_store_delegate.h
|
| diff --git a/components/reading_list/reading_list_store_delegate.h b/components/reading_list/ios/reading_list_store_delegate.h
|
| similarity index 85%
|
| rename from components/reading_list/reading_list_store_delegate.h
|
| rename to components/reading_list/ios/reading_list_store_delegate.h
|
| index c62f279574456db2cda29bde12c2be79ee8772cf..f1fd28ef2ea2b78c1b178cafd792163b3bf14eb7 100644
|
| --- a/components/reading_list/reading_list_store_delegate.h
|
| +++ b/components/reading_list/ios/reading_list_store_delegate.h
|
| @@ -2,8 +2,8 @@
|
| // 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_DELEGATE_H_
|
| -#define COMPONENTS_READING_LIST_READING_LIST_STORE_DELEGATE_H_
|
| +#ifndef COMPONENTS_READING_LIST_IOS_READING_LIST_STORE_DELEGATE_H_
|
| +#define COMPONENTS_READING_LIST_IOS_READING_LIST_STORE_DELEGATE_H_
|
|
|
| class ReadingListEntry;
|
|
|
| @@ -31,4 +31,4 @@ class ReadingListStoreDelegate {
|
| virtual void SyncRemoveEntry(const GURL& url) = 0;
|
| };
|
|
|
| -#endif // COMPONENTS_READING_LIST_READING_LIST_STORE_DELEGATE_H_
|
| +#endif // COMPONENTS_READING_LIST_IOS_READING_LIST_STORE_DELEGATE_H_
|
|
|