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

Unified Diff: components/history/core/browser/visit_database.cc

Issue 896093004: Cleanup usage of history namespace in components/history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: components/history/core/browser/visit_database.cc
diff --git a/components/history/core/browser/visit_database.cc b/components/history/core/browser/visit_database.cc
index 2a9234b03d1991c123b0c1fd4f2f12c992367073..eab9d9d68423a457a2f4e901d11d84c9010354aa 100644
--- a/components/history/core/browser/visit_database.cc
+++ b/components/history/core/browser/visit_database.cc
@@ -100,7 +100,7 @@ bool VisitDatabase::FillVisitVector(sql::Statement& statement,
return false;
while (statement.Step()) {
- history::VisitRow visit;
+ VisitRow visit;
FillVisitRow(statement, &visit);
visits->push_back(visit);
}
« no previous file with comments | « components/history/core/browser/url_database.cc ('k') | components/history/core/browser/visit_tracker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698