diff options
Diffstat (limited to 'chrome/browser/history/starred_url_database.cc')
-rw-r--r-- | chrome/browser/history/starred_url_database.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/history/starred_url_database.cc b/chrome/browser/history/starred_url_database.cc index 67baced..9514b04 100644 --- a/chrome/browser/history/starred_url_database.cc +++ b/chrome/browser/history/starred_url_database.cc @@ -17,6 +17,8 @@ #include "chrome/common/sqlite_utils.h" #include "chrome/common/stl_util-inl.h" +using base::Time; + // The following table is used to store star (aka bookmark) information. This // class derives from URLDatabase, which has its own schema. // @@ -626,4 +628,3 @@ bool StarredURLDatabase::MigrateBookmarksToFileImpl(const std::wstring& path) { } } // namespace history - |