diff options
Diffstat (limited to 'chrome/browser/base_history_model.h')
-rw-r--r-- | chrome/browser/base_history_model.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/base_history_model.h b/chrome/browser/base_history_model.h index 51a0aca..21f3dd3 100644 --- a/chrome/browser/base_history_model.h +++ b/chrome/browser/base_history_model.h @@ -49,7 +49,7 @@ class BaseHistoryModel { virtual int GetItemCount() = 0; // Returns the time of the visit with the given index. - virtual Time GetVisitTime(int index) = 0; + virtual base::Time GetVisitTime(int index) = 0; // Returns the title at the specified index. virtual const std::wstring& GetTitle(int index) = 0; |