| Index: components/reading_list/reading_list_entry.h
|
| diff --git a/ios/chrome/browser/reading_list/reading_list_entry.h b/components/reading_list/reading_list_entry.h
|
| similarity index 95%
|
| copy from ios/chrome/browser/reading_list/reading_list_entry.h
|
| copy to components/reading_list/reading_list_entry.h
|
| index 0b1c27f297d9a0ea78a44d4e92d613df74461bee..6dfec985ca14405ff01619c270f2e0c644c0040f 100644
|
| --- a/ios/chrome/browser/reading_list/reading_list_entry.h
|
| +++ b/components/reading_list/reading_list_entry.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_ENTRY_H_
|
| -#define IOS_CHROME_BROWSER_READING_LIST_READING_LIST_ENTRY_H_
|
| +#ifndef COMPONENTS_READING_LIST_READING_LIST_ENTRY_H_
|
| +#define COMPONENTS_READING_LIST_READING_LIST_ENTRY_H_
|
|
|
| #include <string>
|
|
|
| @@ -53,8 +53,6 @@ class ReadingListEntry {
|
| // The local file path for the distilled version of the page. This should only
|
| // be called if the state is "PROCESSED".
|
| const base::FilePath& DistilledPath() const;
|
| - // The URL to the distilled file.
|
| - const GURL DistilledURL() const;
|
| // The time before the next try. This is automatically increased when the
|
| // state is set to WILL_RETRY or ERROR from a non-error state.
|
| base::TimeDelta TimeUntilNextTry() const;
|
| @@ -139,4 +137,4 @@ class ReadingListEntry {
|
| DISALLOW_COPY_AND_ASSIGN(ReadingListEntry);
|
| };
|
|
|
| -#endif // IOS_CHROME_BROWSER_READING_LIST_READING_LIST_ENTRY_H_
|
| +#endif // COMPONENTS_READING_LIST_READING_LIST_ENTRY_H_
|
|
|