summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/contacts/gdata_contacts_service_stub.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/contacts/gdata_contacts_service_stub.cc')
-rw-r--r--chrome/browser/chromeos/contacts/gdata_contacts_service_stub.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/contacts/gdata_contacts_service_stub.cc b/chrome/browser/chromeos/contacts/gdata_contacts_service_stub.cc
index 781841136..b6f0deb 100644
--- a/chrome/browser/chromeos/contacts/gdata_contacts_service_stub.cc
+++ b/chrome/browser/chromeos/contacts/gdata_contacts_service_stub.cc
@@ -48,9 +48,10 @@ void GDataContactsServiceStub::DownloadContacts(
if (min_update_time != expected_min_update_time_) {
LOG(ERROR) << "Actual minimum update time ("
- << gdata::util::FormatTimeAsString(min_update_time) << ") "
+ << google_apis::util::FormatTimeAsString(min_update_time) << ") "
<< "differed from expected ("
- << gdata::util::FormatTimeAsString(expected_min_update_time_)
+ << google_apis::util::FormatTimeAsString(
+ expected_min_update_time_)
<< "); not returning any contacts";
num_download_requests_with_wrong_timestamps_++;
failure_callback.Run();