| Index: content/child/webblobregistry_impl.cc
|
| diff --git a/content/child/webblobregistry_impl.cc b/content/child/webblobregistry_impl.cc
|
| index 3b534eaa6d6bf2ec2da783e99d5582ed0c228af5..b4f0c4ff48a27d111780911730a81d883e5396aa 100644
|
| --- a/content/child/webblobregistry_impl.cc
|
| +++ b/content/child/webblobregistry_impl.cc
|
| @@ -15,6 +15,7 @@
|
| #include "content/child/child_thread_impl.h"
|
| #include "content/child/thread_safe_sender.h"
|
| #include "content/common/fileapi/webblob_messages.h"
|
| +#include "third_party/WebKit/public/platform/FilePathConversion.h"
|
| #include "third_party/WebKit/public/platform/WebBlobData.h"
|
| #include "third_party/WebKit/public/platform/WebString.h"
|
| #include "third_party/WebKit/public/platform/WebThreadSafeData.h"
|
| @@ -210,7 +211,7 @@ void WebBlobRegistryImpl::BuilderImpl::appendFile(
|
| uint64_t length,
|
| double expected_modification_time) {
|
| consolidation_.AddFileItem(
|
| - base::FilePath::FromUTF16Unsafe(base::string16(path)), offset, length,
|
| + blink::WebStringToFilePath(path), offset, length,
|
| expected_modification_time);
|
| }
|
|
|
|
|