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

Unified Diff: components/reading_list/ios/reading_list_model.h

Issue 2764533002: Reading List iOS: Use external clock in ReadingListEntry. (Closed)
Patch Set: jitter Created 3 years, 9 months 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
Index: components/reading_list/ios/reading_list_model.h
diff --git a/components/reading_list/ios/reading_list_model.h b/components/reading_list/ios/reading_list_model.h
index 44d8173e8df1f3b02a7dd99b79ddf1282147ed9e..15cfa897ebbb687c8308f569defe4b9bb08a5b09 100644
--- a/components/reading_list/ios/reading_list_model.h
+++ b/components/reading_list/ios/reading_list_model.h
@@ -124,7 +124,7 @@ class ReadingListModel : public base::NonThreadSafe {
const base::FilePath& distilled_path,
const GURL& distilled_url,
int64_t distilation_size,
- int64_t distilation_time) = 0;
+ const base::Time& distilation_time) = 0;
// Observer registration methods. The model will remove all observers upon
// destruction automatically.
« no previous file with comments | « components/reading_list/ios/reading_list_entry_unittest.cc ('k') | components/reading_list/ios/reading_list_model_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698