| Index: components/reading_list/core/reading_list_model.h
 | 
| diff --git a/components/reading_list/ios/reading_list_model.h b/components/reading_list/core/reading_list_model.h
 | 
| similarity index 95%
 | 
| rename from components/reading_list/ios/reading_list_model.h
 | 
| rename to components/reading_list/core/reading_list_model.h
 | 
| index 50d983fb47f0afab31ef079e5e13a823ec322dab..7666cce0fa6323c0b6496bb351e1590481edd4b8 100644
 | 
| --- a/components/reading_list/ios/reading_list_model.h
 | 
| +++ b/components/reading_list/core/reading_list_model.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_READING_LIST_MODEL_H_
 | 
| -#define COMPONENTS_READING_LIST_IOS_READING_LIST_MODEL_H_
 | 
| +#ifndef COMPONENTS_READING_LIST_CORE_READING_LIST_MODEL_H_
 | 
| +#define COMPONENTS_READING_LIST_CORE_READING_LIST_MODEL_H_
 | 
|  
 | 
|  #include <memory>
 | 
|  #include <string>
 | 
| @@ -12,8 +12,8 @@
 | 
|  #include "base/callback.h"
 | 
|  #include "base/observer_list.h"
 | 
|  #include "base/threading/non_thread_safe.h"
 | 
| -#include "components/reading_list/ios/reading_list_entry.h"
 | 
| -#include "components/reading_list/ios/reading_list_model_observer.h"
 | 
| +#include "components/reading_list/core/reading_list_entry.h"
 | 
| +#include "components/reading_list/core/reading_list_model_observer.h"
 | 
|  
 | 
|  class GURL;
 | 
|  class ReadingListModel;
 | 
| @@ -172,4 +172,4 @@ class ReadingListModel : public base::NonThreadSafe {
 | 
|    DISALLOW_COPY_AND_ASSIGN(ReadingListModel);
 | 
|  };
 | 
|  
 | 
| -#endif  // COMPONENTS_READING_LIST_IOS_READING_LIST_MODEL_H_
 | 
| +#endif  // COMPONENTS_READING_LIST_CORE_READING_LIST_MODEL_H_
 | 
| 
 |