Index: chrome/browser/sync_file_system/drive_backend/sync_engine.cc |
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_engine.cc b/chrome/browser/sync_file_system/drive_backend/sync_engine.cc |
index c0b2fea78c64363048c76b76a9cd58a91674008b..801321aeaeafb0864a249876644487a5e7c1fca0 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/sync_engine.cc |
+++ b/chrome/browser/sync_file_system/drive_backend/sync_engine.cc |
@@ -52,7 +52,6 @@ |
#include "extensions/browser/extensions_browser_client.h" |
#include "extensions/common/extension.h" |
#include "google_apis/drive/drive_api_url_generator.h" |
-#include "google_apis/drive/gdata_wapi_url_generator.h" |
#include "net/url_request/url_request_context_getter.h" |
#include "storage/common/blob/scoped_file.h" |
#include "storage/common/fileapi/file_system_util.h" |
@@ -76,7 +75,6 @@ SyncEngine::DriveServiceFactory::CreateDriveService( |
GURL(google_apis::DriveApiUrlGenerator::kBaseUrlForProduction), |
GURL(google_apis::DriveApiUrlGenerator:: |
kBaseDownloadUrlForProduction), |
- GURL(google_apis::GDataWapiUrlGenerator::kBaseUrlForProduction), |
std::string() /* custom_user_agent */)); |
} |