| Index: ppapi/proxy/ppb_file_system_proxy.h
|
| ===================================================================
|
| --- ppapi/proxy/ppb_file_system_proxy.h (revision 91558)
|
| +++ ppapi/proxy/ppb_file_system_proxy.h (working copy)
|
| @@ -8,10 +8,10 @@
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| -#include "ppapi/c/dev/ppb_file_system_dev.h"
|
| #include "ppapi/c/pp_instance.h"
|
| #include "ppapi/c/pp_resource.h"
|
| #include "ppapi/c/pp_time.h"
|
| +#include "ppapi/c/ppb_file_system.h"
|
| #include "ppapi/cpp/completion_callback.h"
|
| #include "ppapi/proxy/interface_proxy.h"
|
| #include "ppapi/proxy/proxy_non_thread_safe_ref_count.h"
|
| @@ -31,7 +31,7 @@
|
| static const Info* GetInfo();
|
|
|
| static PP_Resource CreateProxyResource(PP_Instance instance,
|
| - PP_FileSystemType_Dev type);
|
| + PP_FileSystemType type);
|
|
|
| // InterfaceProxy implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|