Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(565)

Unified Diff: components/reading_list/reading_list_entry.h

Issue 2514333003: Componentize Reading List (Closed)
Patch Set: rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/reading_list/proto/reading_list.proto ('k') | components/reading_list/reading_list_entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/reading_list/proto/reading_list.proto ('k') | components/reading_list/reading_list_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698