Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(542)

Unified Diff: webkit/plugins/ppapi/ppb_url_util_impl.h

Issue 6594107: Add PPB_URLUtil_Dev::GetDocumentURL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "add TestGetDocumentURL Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698