diff options
Diffstat (limited to 'chrome/browser/history/download_database.h')
-rw-r--r-- | chrome/browser/history/download_database.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/download_database.h b/chrome/browser/history/download_database.h index d733546..fcf72f0 100644 --- a/chrome/browser/history/download_database.h +++ b/chrome/browser/history/download_database.h @@ -40,7 +40,7 @@ class DownloadDatabase { // (inclusive) and before |remove_end|. You may use null Time values // to do an unbounded delete in either direction. This function ignores // all downloads that are in progress or are waiting to be cancelled. - void RemoveDownloadsBetween(Time remove_begin, Time remove_end); + void RemoveDownloadsBetween(base::Time remove_begin, base::Time remove_end); // Search for downloads matching the search text. void SearchDownloads(std::vector<int64>* results, |