| 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);
|
| }
|
|
|