| Index: components/history/core/browser/history_backend.cc
|
| diff --git a/components/history/core/browser/history_backend.cc b/components/history/core/browser/history_backend.cc
|
| index cd3bffe171c067a733b6b4420cccf9bfbb9724fb..7a6d520fa3d9cbea435f6e6fc7a6178b6111e7da 100644
|
| --- a/components/history/core/browser/history_backend.cc
|
| +++ b/components/history/core/browser/history_backend.cc
|
| @@ -788,7 +788,7 @@ std::pair<URLID, VisitID> HistoryBackend::AddPageVisit(
|
| NOTREACHED() << "Adding URL failed.";
|
| return std::make_pair(0, 0);
|
| }
|
| - url_info.id_ = url_id;
|
| + url_info.set_id(url_id);
|
| }
|
|
|
| // Add the visit with the time to the database.
|
|
|