diff options
Diffstat (limited to 'chrome/browser/history/download_database.cc')
-rw-r--r-- | chrome/browser/history/download_database.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/history/download_database.cc b/chrome/browser/history/download_database.cc index e604e5d..0be6c10 100644 --- a/chrome/browser/history/download_database.cc +++ b/chrome/browser/history/download_database.cc @@ -12,6 +12,8 @@ #include "chrome/common/sqlite_utils.h" #include "chrome/common/sqlite_compiled_statement.h" +using base::Time; + // Download schema: // // id SQLite-generated primary key. @@ -175,4 +177,3 @@ void DownloadDatabase::SearchDownloads(std::vector<int64>* results, } } // namespace history - |