| Index: chrome/browser/history/android/visit_sql_handler.cc
|
| diff --git a/chrome/browser/history/android/visit_sql_handler.cc b/chrome/browser/history/android/visit_sql_handler.cc
|
| index b3a966bbacb126ec03d6e3a0525a4b80808bd5d1..fe9c1e50014d892bc10ea40a2bebd5f58eaa51cf 100644
|
| --- a/chrome/browser/history/android/visit_sql_handler.cc
|
| +++ b/chrome/browser/history/android/visit_sql_handler.cc
|
| @@ -113,7 +113,7 @@ bool VisitSQLHandler::Delete(const TableIDRows& ids_set) {
|
| }
|
|
|
| bool VisitSQLHandler::AddVisit(URLID url_id, const Time& visit_time) {
|
| - // TODO : Is 'content::PageTransition::AUTO_BOOKMARK' proper?
|
| + // TODO : Is 'content::PAGE_TRANSITION_AUTO_BOOKMARK' proper?
|
| // if not, a new content::PageTransition type will need.
|
| VisitRow visit_row(url_id, visit_time, 0,
|
| content::PAGE_TRANSITION_AUTO_BOOKMARK, 0);
|
|
|