| Index: ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_fullscreen_rpc_server.cc
|
| ===================================================================
|
| --- ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_fullscreen_rpc_server.cc (revision 105579)
|
| +++ ppapi/native_client/src/shared/ppapi_proxy/browser_ppb_fullscreen_rpc_server.cc (working copy)
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| //
|
| -// SRPC-abstraction wrappers around PPB_Fullscreen_Dev functions.
|
| +// SRPC-abstraction wrappers around PPB_Fullscreen functions.
|
|
|
| #include "native_client/src/shared/ppapi_proxy/browser_globals.h"
|
| #include "native_client/src/shared/ppapi_proxy/utility.h"
|
| -#include "ppapi/c/dev/ppb_fullscreen_dev.h"
|
| #include "ppapi/c/pp_size.h"
|
| +#include "ppapi/c/ppb_fullscreen.h"
|
| #include "srpcgen/ppb_rpc.h"
|
|
|
| using ppapi_proxy::DebugPrintf;
|
|
|