Index: chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc |
diff --git a/chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc b/chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc |
index 0d3a5c2fa743fddb95181c62d378814df316d79c..ecc1c2bdccf297eb7f620a9481b36c4aaeb12cc0 100644 |
--- a/chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc |
+++ b/chrome/browser/sync_file_system/drive_file_sync_client_unittest.cc |
@@ -139,6 +139,7 @@ class DriveFileSyncClientTest : public testing::Test { |
sync_client_ = DriveFileSyncClient::CreateForTesting( |
&profile_, |
+ GURL(google_apis::GDataWapiUrlGenerator::kBaseUrlForProduction), |
scoped_ptr<DriveServiceInterface>(mock_drive_service_), |
scoped_ptr<DriveUploaderInterface>(fake_drive_uploader_)).Pass(); |
} |