Index: ppapi/proxy/ppp_input_event_proxy.h |
diff --git a/ppapi/proxy/ppp_input_event_proxy.h b/ppapi/proxy/ppp_input_event_proxy.h |
index b294aa5631cd860447fbf57fd59778c4c397a6d9..e286250b1590fc1e2623ebd5323213473ae4a6a8 100644 |
--- a/ppapi/proxy/ppp_input_event_proxy.h |
+++ b/ppapi/proxy/ppp_input_event_proxy.h |
@@ -11,10 +11,9 @@ |
struct PPP_InputEvent; |
namespace ppapi { |
+ |
struct InputEventData; |
-} |
-namespace pp { |
namespace proxy { |
class PPP_InputEvent_Proxy : public InterfaceProxy { |
@@ -41,6 +40,6 @@ class PPP_InputEvent_Proxy : public InterfaceProxy { |
}; |
} // namespace proxy |
-} // namespace pp |
+} // namespace ppapi |
#endif // PPAPI_PROXY_PPP_INPUT_EVENT_PROXY_H_ |