summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/starred_url_database.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history/starred_url_database.h')
-rw-r--r--chrome/browser/history/starred_url_database.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/history/starred_url_database.h b/chrome/browser/history/starred_url_database.h
index 87bcef4..2d09adcd 100644
--- a/chrome/browser/history/starred_url_database.h
+++ b/chrome/browser/history/starred_url_database.h
@@ -73,7 +73,7 @@ class StarredURLDatabase : public URLDatabase {
const std::wstring& title,
UIStarID parent_group_id,
int visual_order,
- Time date_modified);
+ base::Time date_modified);
// Adjusts the visual order of all children of parent_group_id with a
// visual_order >= start_visual_order by delta. For example,
@@ -91,7 +91,7 @@ class StarredURLDatabase : public URLDatabase {
UIStarID group_id,
UIStarID parent_group_id,
const std::wstring& title,
- const Time& date_added,
+ const base::Time& date_added,
int visual_order,
StarredEntry::Type type);