| Index: components/reading_list/reading_list_model.h
|
| diff --git a/ios/chrome/browser/reading_list/reading_list_model.h b/components/reading_list/reading_list_model.h
|
| similarity index 94%
|
| copy from ios/chrome/browser/reading_list/reading_list_model.h
|
| copy to components/reading_list/reading_list_model.h
|
| index 3b9bc28a9383248624ac7c5ca3e85dada6cadc83..83b003bad68cdde4531517c39b23a7588deb48b5 100644
|
| --- a/ios/chrome/browser/reading_list/reading_list_model.h
|
| +++ b/components/reading_list/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 IOS_CHROME_BROWSER_READING_LIST_READING_LIST_MODEL_H_
|
| -#define IOS_CHROME_BROWSER_READING_LIST_READING_LIST_MODEL_H_
|
| +#ifndef COMPONENTS_READING_LIST_READING_LIST_MODEL_H_
|
| +#define COMPONENTS_READING_LIST_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 "ios/chrome/browser/reading_list/reading_list_entry.h"
|
| -#include "ios/chrome/browser/reading_list/reading_list_model_observer.h"
|
| +#include "components/reading_list/reading_list_entry.h"
|
| +#include "components/reading_list/reading_list_model_observer.h"
|
|
|
| class GURL;
|
| class ReadingListEntry;
|
| @@ -158,4 +158,4 @@ class ReadingListModel : public base::NonThreadSafe {
|
| DISALLOW_COPY_AND_ASSIGN(ReadingListModel);
|
| };
|
|
|
| -#endif // IOS_CHROME_BROWSER_READING_LIST_READING_LIST_MODEL_H_
|
| +#endif // COMPONENTS_READING_LIST_READING_LIST_MODEL_H_
|
|
|