| Index: webkit/browser/fileapi/local_file_util_unittest.cc
|
| diff --git a/webkit/browser/fileapi/local_file_util_unittest.cc b/webkit/browser/fileapi/local_file_util_unittest.cc
|
| index d1920ee02f53bbeea5cbd73afb75b3af062d6df8..cac0d4cbe4503d2bda59599d6db7c9f468be993a 100644
|
| --- a/webkit/browser/fileapi/local_file_util_unittest.cc
|
| +++ b/webkit/browser/fileapi/local_file_util_unittest.cc
|
| @@ -52,6 +52,7 @@ class LocalFileUtilTest : public testing::Test {
|
| new FileSystemOperationContext(file_system_context_);
|
| context->set_update_observers(
|
| *file_system_context_->GetUpdateObservers(kFileSystemType));
|
| + context->set_root_path(data_dir_.path());
|
| return context;
|
| }
|
|
|
|
|