| Index: components/reading_list/core/offline_url_utils.h
 | 
| diff --git a/components/reading_list/ios/offline_url_utils.h b/components/reading_list/core/offline_url_utils.h
 | 
| similarity index 91%
 | 
| rename from components/reading_list/ios/offline_url_utils.h
 | 
| rename to components/reading_list/core/offline_url_utils.h
 | 
| index dc9060f61dda993c49d2cd73b341928b60df0b2f..4eb9ba7326032c15e8e04708c88f17a2bbc18c53 100644
 | 
| --- a/components/reading_list/ios/offline_url_utils.h
 | 
| +++ b/components/reading_list/core/offline_url_utils.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_IOS_OFFLINE_URL_UTILS_H_
 | 
| -#define COMPONENTS_READING_LIST_IOS_OFFLINE_URL_UTILS_H_
 | 
| +#ifndef COMPONENTS_READING_LIST_CORE_OFFLINE_URL_UTILS_H_
 | 
| +#define COMPONENTS_READING_LIST_CORE_OFFLINE_URL_UTILS_H_
 | 
|  
 | 
|  #include <string>
 | 
|  
 | 
| @@ -49,4 +49,4 @@ std::string OfflineURLDirectoryID(const GURL& url);
 | 
|  
 | 
|  }  // namespace reading_list
 | 
|  
 | 
| -#endif  // COMPONENTS_READING_LIST_IOS_OFFLINE_URL_UTILS_H_
 | 
| +#endif  // COMPONENTS_READING_LIST_CORE_OFFLINE_URL_UTILS_H_
 | 
| 
 |