Index: webkit/plugins/ppapi/plugin_module.cc |
diff --git a/webkit/plugins/ppapi/plugin_module.cc b/webkit/plugins/ppapi/plugin_module.cc |
index 8faa4923b770f97e07250771254ecb85b81963eb..1d7c0916d09ea039cdfa7e5283d4843afa640e31 100644 |
--- a/webkit/plugins/ppapi/plugin_module.cc |
+++ b/webkit/plugins/ppapi/plugin_module.cc |
@@ -285,7 +285,7 @@ const void* GetInterface(const char* name) { |
if (strcmp(name, PPB_URLRESPONSEINFO_INTERFACE) == 0) |
return PPB_URLResponseInfo_Impl::GetInterface(); |
if (strcmp(name, PPB_URLUTIL_DEV_INTERFACE) == 0) |
- return PPB_UrlUtil_Impl::GetInterface(); |
+ return PPB_URLUtil_Impl::GetInterface(); |
if (strcmp(name, PPB_VAR_DEPRECATED_INTERFACE) == 0) |
return Var::GetDeprecatedInterface(); |
if (strcmp(name, PPB_VAR_INTERFACE) == 0) |