Index: ppapi/proxy/ppb_video_capture_proxy.h |
diff --git a/ppapi/proxy/ppb_video_capture_proxy.h b/ppapi/proxy/ppb_video_capture_proxy.h |
index c324cd9e68415e8988fad4ab25a4e6fb42d0e861..e8827006f44778f1079ef20ff9e3b905bdce7bce 100644 |
--- a/ppapi/proxy/ppb_video_capture_proxy.h |
+++ b/ppapi/proxy/ppb_video_capture_proxy.h |
@@ -14,10 +14,9 @@ struct PPP_VideoCapture_Dev; |
struct PP_VideoCaptureDeviceInfo_Dev; |
namespace ppapi { |
+ |
class HostResource; |
-} |
-namespace pp { |
namespace proxy { |
class PPB_VideoCapture_Proxy : public InterfaceProxy { |
@@ -75,6 +74,6 @@ class PPP_VideoCapture_Proxy : public InterfaceProxy { |
}; |
} // namespace proxy |
-} // namespace pp |
+} // namespace ppapi |
#endif // PPAPI_PPB_VIDEO_CAPTURE_PROXY_H_ |