| 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.
|
|
|