| Index: chrome/browser/sync/test/integration/sessions_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/sessions_helper.cc b/chrome/browser/sync/test/integration/sessions_helper.cc
|
| index 706a3b2011b05e1cbfad9cf51a64e71347af7ec1..9a719cf5062f6336b0c0b253f20d9d891f395fc4 100644
|
| --- a/chrome/browser/sync/test/integration/sessions_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/sessions_helper.cc
|
| @@ -90,7 +90,8 @@ bool ModelAssociatorHasTabWithUrl(int index, const GURL& url) {
|
| nav = (*tab_it)->navigations[nav_index];
|
| if (nav.virtual_url() == url) {
|
| DVLOG(1) << "Found tab with url " << url.spec();
|
| - DVLOG(1) << "Timestamp is " << nav.timestamp().ToInternalValue();
|
| + DVLOG(1) << "Timestamp is "
|
| + << SessionTypesTestHelper::GetTimestamp(nav).ToInternalValue();
|
| if (nav.title().empty()) {
|
| DVLOG(1) << "Title empty -- tab hasn't finished loading yet";
|
| continue;
|
|
|