| Index: content/renderer/pepper/pepper_file_system_host.cc
|
| diff --git a/content/renderer/pepper/pepper_file_system_host.cc b/content/renderer/pepper/pepper_file_system_host.cc
|
| index 036d319a612b745e2d6a56d6e65fba4c5c87dbbc..229428dce46d8c3e5fdfc9e8659c1fc3c957c9f6 100644
|
| --- a/content/renderer/pepper/pepper_file_system_host.cc
|
| +++ b/content/renderer/pepper/pepper_file_system_host.cc
|
| @@ -8,6 +8,7 @@
|
| #include "base/callback.h"
|
| #include "content/child/child_thread.h"
|
| #include "content/child/fileapi/file_system_dispatcher.h"
|
| +#include "content/common/pepper_file_util.h"
|
| #include "content/renderer/pepper/pepper_plugin_instance_impl.h"
|
| #include "content/public/renderer/render_view.h"
|
| #include "content/public/renderer/renderer_ppapi_host.h"
|
| @@ -92,7 +93,7 @@ int32_t PepperFileSystemHost::OnHostMsgOpen(
|
| called_open_ = true;
|
|
|
| fileapi::FileSystemType file_system_type =
|
| - ppapi::PepperFileSystemTypeToFileSystemType(type_);
|
| + PepperFileSystemTypeToFileSystemType(type_);
|
| if (file_system_type == fileapi::kFileSystemTypeUnknown)
|
| return PP_ERROR_FAILED;
|
|
|
|
|