summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history_model.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/history_model.cc')
-rw-r--r--chrome/browser/history_model.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/history_model.cc b/chrome/browser/history_model.cc
index 5af38d6..49102a7 100644
--- a/chrome/browser/history_model.cc
+++ b/chrome/browser/history_model.cc
@@ -7,6 +7,8 @@
#include "chrome/browser/bookmarks/bookmark_model.h"
#include "chrome/browser/profile.h"
+using base::Time;
+
// The max number of results to retrieve when browsing user's history.
static const int kMaxBrowseResults = 800;