Index: chrome/browser/chromeos/drive/drive_system_service.cc |
diff --git a/chrome/browser/chromeos/drive/drive_system_service.cc b/chrome/browser/chromeos/drive/drive_system_service.cc |
index 14be1b3a66028432e93a73419f9f7b0a867c979b..00fed13bec39d9a2830e5ce1c8fea9deae8c0cd5 100644 |
--- a/chrome/browser/chromeos/drive/drive_system_service.cc |
+++ b/chrome/browser/chromeos/drive/drive_system_service.cc |
@@ -118,6 +118,7 @@ DriveSystemService::DriveSystemService( |
drive_service_.reset(new google_apis::DriveAPIService( |
g_browser_process->system_request_context(), |
GURL(google_apis::DriveApiUrlGenerator::kBaseUrlForProduction), |
+ GURL(google_apis::GDataWapiUrlGenerator::kBaseUrlForProduction), |
GetDriveUserAgent())); |
} else { |
drive_service_.reset(new google_apis::GDataWapiService( |