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 b4048612ac007651b97473e1beaa171ec9078393..3fd2265ca848328fd4a21107282c1d2535c06714 100644 |
--- a/chrome/browser/chromeos/drive/drive_system_service.cc |
+++ b/chrome/browser/chromeos/drive/drive_system_service.cc |
@@ -124,6 +124,7 @@ DriveSystemService::DriveSystemService( |
} else if (google_apis::util::IsDriveV2ApiEnabled()) { |
drive_service_.reset(new DriveAPIService( |
g_browser_process->system_request_context(), |
+ GURL(), |
satorux1
2013/01/09 00:19:53
Empty URL looks cryptic. See below for what we do
hidehiko
2013/01/09 04:47:37
Done.
|
GetDriveUserAgent())); |
} else { |
drive_service_.reset(new google_apis::GDataWapiService( |