| Index: chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc | 
| diff --git a/chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc b/chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc | 
| index b6c82075134ae81fe61ce2be26b254651e1a7fe6..d68ddaee824e228dd6808011c74966fcc6a8559d 100644 | 
| --- a/chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc | 
| +++ b/chrome/browser/sync_file_system/local/local_file_sync_service_unittest.cc | 
| @@ -122,7 +122,7 @@ class LocalFileSyncServiceTest | 
| local_service_ = LocalFileSyncService::CreateForTesting( | 
| &profile_, in_memory_env_.get()); | 
|  | 
| -    file_system_->SetUp(); | 
| +    file_system_->SetUp(CannedSyncableFileSystem::QUOTA_ENABLED); | 
|  | 
| base::RunLoop run_loop; | 
| SyncStatusCode status = SYNC_STATUS_UNKNOWN; | 
| @@ -302,7 +302,7 @@ TEST_F(LocalFileSyncServiceTest, MAYBE_LocalChangeObserverMultipleContexts) { | 
| in_memory_env_.get(), | 
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO), | 
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE)); | 
| -  file_system2.SetUp(); | 
| +  file_system2.SetUp(CannedSyncableFileSystem::QUOTA_ENABLED); | 
|  | 
| base::RunLoop run_loop; | 
| SyncStatusCode status = SYNC_STATUS_UNKNOWN; | 
|  |