Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3096)

Unified Diff: chrome/browser/history/android/visit_sql_handler.cc

Issue 10698068: chrome: Put browser_navigator.h into chrome namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: already in chrome namespace Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/browser/extensions/extension_install_ui_default.cc ('k') | chrome/browser/instant/instant_unload_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698