Index: ppapi/cpp/url_response_info.h |
diff --git a/ppapi/cpp/url_response_info.h b/ppapi/cpp/url_response_info.h |
index aee4ca15de6dab152148b2f44281b0e0797bee60..682fbf7424d185d43bdbd5caff246f08b74dbda4 100644 |
--- a/ppapi/cpp/url_response_info.h |
+++ b/ppapi/cpp/url_response_info.h |
@@ -22,10 +22,6 @@ class URLResponseInfo : public Resource { |
/// resource. |
URLResponseInfo() {} |
- /// A special structure used by the constructor that does not increment the |
- /// reference count of the underlying resource. |
- struct PassRef {}; |
- |
/// A constructor used when you have received a <code>PP_Resource</code> as a |
/// return value that has already been reference counted. |
/// |