| Index: chrome/browser/history/visit_database.cc
|
| ===================================================================
|
| --- chrome/browser/history/visit_database.cc (revision 3954)
|
| +++ chrome/browser/history/visit_database.cc (working copy)
|
| @@ -12,6 +12,8 @@
|
| #include "chrome/browser/history/url_database.h"
|
| #include "chrome/common/page_transition_types.h"
|
|
|
| +using base::Time;
|
| +
|
| // Rows, in order, of the visit table.
|
| #define HISTORY_VISIT_ROW_FIELDS \
|
| " id,url,visit_time,from_visit,transition,segment_id,is_indexed "
|
| @@ -365,4 +367,3 @@
|
| }
|
|
|
| } // namespace history
|
| -
|
|
|