Index: chrome/browser/chromeos/drive/drive_integration_service.cc |
diff --git a/chrome/browser/chromeos/drive/drive_integration_service.cc b/chrome/browser/chromeos/drive/drive_integration_service.cc |
index 70dcced14e28abadf77d1538654ed2ab955da86e..293fd5f5d5ab7577767dee60ac3c9eec6e21e4cb 100644 |
--- a/chrome/browser/chromeos/drive/drive_integration_service.cc |
+++ b/chrome/browser/chromeos/drive/drive_integration_service.cc |
@@ -46,7 +46,6 @@ |
#include "content/public/browser/notification_service.h" |
#include "content/public/common/user_agent.h" |
#include "google_apis/drive/auth_service.h" |
-#include "google_apis/drive/gdata_wapi_url_generator.h" |
#include "storage/browser/fileapi/external_mount_points.h" |
#include "ui/base/l10n/l10n_util.h" |
@@ -240,7 +239,6 @@ DriveIntegrationService::DriveIntegrationService( |
blocking_task_runner_.get(), |
GURL(google_apis::DriveApiUrlGenerator::kBaseUrlForProduction), |
GURL(google_apis::DriveApiUrlGenerator::kBaseDownloadUrlForProduction), |
- GURL(google_apis::GDataWapiUrlGenerator::kBaseUrlForProduction), |
GetDriveUserAgent())); |
} |
scheduler_.reset(new JobScheduler( |