summaryrefslogtreecommitdiffstats
path: root/chrome/browser/history/android
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-01 23:32:28 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-01 23:32:28 +0000
commit78e2edc5b5140cd547c7b6c555405ba7eeec3f0b (patch)
treedceb012ec8ebaa2bbace7323c746b285ac634903 /chrome/browser/history/android
parentabf69bc32212caa49d64ba4329019782a152a051 (diff)
downloadchromium_src-78e2edc5b5140cd547c7b6c555405ba7eeec3f0b.zip
chromium_src-78e2edc5b5140cd547c7b6c555405ba7eeec3f0b.tar.gz
chromium_src-78e2edc5b5140cd547c7b6c555405ba7eeec3f0b.tar.bz2
chrome: Put browser_navigator.h into chrome namespace.
BUG=133088 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10698068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145115 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/history/android')
-rw-r--r--chrome/browser/history/android/visit_sql_handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/history/android/visit_sql_handler.cc b/chrome/browser/history/android/visit_sql_handler.cc
index b3a966b..fe9c1e5 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);