| Index: content/browser/fileapi/recursive_operation_delegate_unittest.cc
|
| diff --git a/content/browser/fileapi/recursive_operation_delegate_unittest.cc b/content/browser/fileapi/recursive_operation_delegate_unittest.cc
|
| index a99a5575a2d88d50d89a3c8c419935a1aed37b7d..f41cff931c0a505c1324468c37ffdbfe8e63bb0d 100644
|
| --- a/content/browser/fileapi/recursive_operation_delegate_unittest.cc
|
| +++ b/content/browser/fileapi/recursive_operation_delegate_unittest.cc
|
| @@ -73,7 +73,7 @@ class LoggingRecursiveOperation : public storage::RecursiveOperationDelegate {
|
| }
|
|
|
| operation_runner()->GetMetadata(
|
| - url,
|
| + url, storage::FileSystemOperation::GET_METADATA_FIELD_IS_DIRECTORY,
|
| base::Bind(&LoggingRecursiveOperation::DidGetMetadata,
|
| weak_factory_.GetWeakPtr(), callback));
|
| }
|
|
|