Index: webkit/plugins/ppapi/ppb_url_util_impl.h |
diff --git a/webkit/plugins/ppapi/ppb_url_util_impl.h b/webkit/plugins/ppapi/ppb_url_util_impl.h |
index 8cba6a93dc28b04b9b408df4caea20dc8e0e9d86..dbb04b67fafcd96e5056cd3eee824da0ede03397 100644 |
--- a/webkit/plugins/ppapi/ppb_url_util_impl.h |
+++ b/webkit/plugins/ppapi/ppb_url_util_impl.h |
@@ -5,14 +5,14 @@ |
#ifndef WEBKIT_PLUGINS_PPAPI_PPB_URL_UTIL_IMPL_H_ |
#define WEBKIT_PLUGINS_PPAPI_PPB_URL_UTIL_IMPL_H_ |
-struct PPB_UrlUtil_Dev; |
+struct PPB_URLUtil_Dev; |
namespace webkit { |
namespace ppapi { |
-class PPB_UrlUtil_Impl { |
+class PPB_URLUtil_Impl { |
public: |
- static const PPB_UrlUtil_Dev* GetInterface(); |
+ static const PPB_URLUtil_Dev* GetInterface(); |
}; |
} // namespace ppapi |