| Index: ppapi/proxy/ppb_cursor_control_proxy.h
|
| diff --git a/ppapi/proxy/ppb_cursor_control_proxy.h b/ppapi/proxy/ppb_cursor_control_proxy.h
|
| index 40bc600f2e99a166b2e71edba113140e6d6c8b4a..027dbfef610847fb6fb78b0fb025462d012a9419 100644
|
| --- a/ppapi/proxy/ppb_cursor_control_proxy.h
|
| +++ b/ppapi/proxy/ppb_cursor_control_proxy.h
|
| @@ -17,7 +17,7 @@
|
|
|
| struct PPB_CursorControl_Dev;
|
|
|
| -namespace pp {
|
| +namespace ppapi {
|
| namespace proxy {
|
|
|
| class PPB_CursorControl_Proxy
|
| @@ -65,6 +65,6 @@ class PPB_CursorControl_Proxy
|
| };
|
|
|
| } // namespace proxy
|
| -} // namespace pp
|
| +} // namespace ppapi
|
|
|
| #endif // PPAPI_PPB_CURSOR_CONTROL_PROXY_H_
|
|
|