| 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 8939b63a9c8a2954ea14f5f1b58dd3e0ee5c29a8..e17e135e1cc1543a0ed4ece8e3ccc648e1075a5d 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
|
| @@ -140,6 +140,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();
|
| }
|
|
|