Index: chrome/browser/history/visit_database.h |
=================================================================== |
--- chrome/browser/history/visit_database.h (revision 105162) |
+++ chrome/browser/history/visit_database.h (working copy) |
@@ -84,7 +84,7 @@ |
void GetVisitsInRangeForTransition(base::Time begin_time, |
base::Time end_time, |
int max_results, |
- PageTransition::Type transition, |
+ content::PageTransition transition, |
VisitVector* visits); |
// Fills all visits in the given time range into the given vector that should |