| Index: ppapi/thunk/ppb_isolated_file_system_private_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_isolated_file_system_private_thunk.cc b/ppapi/thunk/ppb_isolated_file_system_private_thunk.cc
|
| index 04b1bab4622894639810757f7a7a223575fb1d30..cd58b24527eb9c73966d8fc689204bbe67a50456 100644
|
| --- a/ppapi/thunk/ppb_isolated_file_system_private_thunk.cc
|
| +++ b/ppapi/thunk/ppb_isolated_file_system_private_thunk.cc
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| // From private/ppb_isolated_file_system_private.idl,
|
| -// modified Thu Oct 31 20:52:54 2013.
|
| +// modified Fri Nov 8 02:21:15 2013.
|
|
|
| #include "ppapi/c/pp_completion_callback.h"
|
| #include "ppapi/c/pp_errors.h"
|
| @@ -35,16 +35,16 @@ int32_t Open(PP_Instance instance,
|
| enter.callback()));
|
| }
|
|
|
| -const PPB_IsolatedFileSystem_Private_0_1
|
| - g_ppb_isolatedfilesystem_private_thunk_0_1 = {
|
| +const PPB_IsolatedFileSystem_Private_0_2
|
| + g_ppb_isolatedfilesystem_private_thunk_0_2 = {
|
| &Open
|
| };
|
|
|
| } // namespace
|
|
|
| -const PPB_IsolatedFileSystem_Private_0_1*
|
| - GetPPB_IsolatedFileSystem_Private_0_1_Thunk() {
|
| - return &g_ppb_isolatedfilesystem_private_thunk_0_1;
|
| +const PPB_IsolatedFileSystem_Private_0_2*
|
| + GetPPB_IsolatedFileSystem_Private_0_2_Thunk() {
|
| + return &g_ppb_isolatedfilesystem_private_thunk_0_2;
|
| }
|
|
|
| } // namespace thunk
|
|
|