Index: ppapi/tests/test_url_util.h |
diff --git a/ppapi/tests/test_url_util.h b/ppapi/tests/test_url_util.h |
index 2d3b2ffeb9fbe2880b1975487d57d0e08f915424..53e5d6bc7a0287fe514e71b04fb9edc5b9bdd55e 100644 |
--- a/ppapi/tests/test_url_util.h |
+++ b/ppapi/tests/test_url_util.h |
@@ -8,9 +8,9 @@ |
#include "ppapi/cpp/dev/url_util_dev.h" |
#include "ppapi/tests/test_case.h" |
-class TestUrlUtil : public TestCase { |
+class TestURLUtil : public TestCase { |
public: |
- TestUrlUtil(TestingInstance* instance) : TestCase(instance), util_(NULL) {} |
+ TestURLUtil(TestingInstance* instance) : TestCase(instance), util_(NULL) {} |
// TestCase implementation. |
virtual bool Init(); |
@@ -22,8 +22,9 @@ class TestUrlUtil : public TestCase { |
std::string TestIsSameSecurityOrigin(); |
std::string TestDocumentCanRequest(); |
std::string TestDocumentCanAccessDocument(); |
+ std::string TestGetDocumentURL(); |
- const pp::UrlUtil_Dev* util_; |
+ const pp::URLUtil_Dev* util_; |
}; |
#endif // PPAPI_TESTS_TEST_URL_UTIL_H_ |