| Index: content/renderer/pepper/null_file_system_callback_dispatcher.cc
|
| diff --git a/content/renderer/pepper/null_file_system_callback_dispatcher.cc b/content/renderer/pepper/null_file_system_callback_dispatcher.cc
|
| index 0c8d6a3a780d180e6b9200b279190f0885cbad02..e7f3ceb5ef43c09b2c4849a32b22bb0504e0d4ba 100644
|
| --- a/content/renderer/pepper/null_file_system_callback_dispatcher.cc
|
| +++ b/content/renderer/pepper/null_file_system_callback_dispatcher.cc
|
| @@ -5,7 +5,6 @@
|
| #include "content/renderer/pepper/null_file_system_callback_dispatcher.h"
|
|
|
| #include "base/files/file_path.h"
|
| -#include "base/files/file_util_proxy.h"
|
| #include "base/logging.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| @@ -28,7 +27,7 @@ void NullFileSystemCallbackDispatcher::DidCreateSnapshotFile(
|
| }
|
|
|
| void NullFileSystemCallbackDispatcher::DidReadDirectory(
|
| - const std::vector<base::FileUtilProxy::Entry>& /* entries */,
|
| + const std::vector<fileapi::FileSystemOperation::Entry>& /* entries */,
|
| bool /* has_more */) {
|
| NOTREACHED();
|
| }
|
|
|