diff options
Diffstat (limited to 'chrome/browser/chromeos/contacts/gdata_contacts_service_browsertest.cc')
-rw-r--r-- | chrome/browser/chromeos/contacts/gdata_contacts_service_browsertest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/contacts/gdata_contacts_service_browsertest.cc b/chrome/browser/chromeos/contacts/gdata_contacts_service_browsertest.cc index b2bac01..c474194 100644 --- a/chrome/browser/chromeos/contacts/gdata_contacts_service_browsertest.cc +++ b/chrome/browser/chromeos/contacts/gdata_contacts_service_browsertest.cc @@ -55,7 +55,8 @@ void InitContact(const std::string& contact_id, DCHECK(contact); contact->set_contact_id(contact_id); base::Time update_time; - CHECK(gdata::util::GetTimeFromString(rfc_3339_update_time, &update_time)) + CHECK(google_apis::util::GetTimeFromString( + rfc_3339_update_time, &update_time)) << "Unable to parse time \"" << rfc_3339_update_time << "\""; contact->set_update_time(update_time.ToInternalValue()); contact->set_deleted(deleted); |