| Index: chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc | 
| diff --git a/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc b/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc | 
| index d99153af4ae81199308e94d312dbf30153d58188..51f9dd7bc2ee5269f7751300ebfb4ddd5923e251 100644 | 
| --- a/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc | 
| +++ b/chrome/browser/sync_file_system/local/syncable_file_operation_runner_unittest.cc | 
| @@ -65,7 +65,7 @@ class SyncableFileOperationRunnerTest : public testing::Test { | 
| virtual void SetUp() OVERRIDE { | 
| ASSERT_TRUE(dir_.CreateUniqueTempDir()); | 
|  | 
| -    file_system_.SetUp(); | 
| +    file_system_.SetUp(CannedSyncableFileSystem::QUOTA_ENABLED); | 
| sync_context_ = new LocalFileSyncContext( | 
| dir_.path(), | 
| in_memory_env_.get(), | 
|  |