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

Unified Diff: chrome/test/ui/ppapi_uitest.cc

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
« no previous file with comments | « no previous file | ppapi/c/dev/ppb_url_util_dev.h » ('j') | ppapi/c/dev/ppb_url_util_dev.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ppapi_uitest.cc
diff --git a/chrome/test/ui/ppapi_uitest.cc b/chrome/test/ui/ppapi_uitest.cc
index db0e94d64b3256102f16f54fc8ecbfaf9f80bf99..4bfaacede202c11f0b2766eb4ce2460f5c256c6d 100644
--- a/chrome/test/ui/ppapi_uitest.cc
+++ b/chrome/test/ui/ppapi_uitest.cc
@@ -142,8 +142,8 @@ TEST_F(PPAPITest, FLAKY_Scrollbar) {
RunTest("Scrollbar");
}
-TEST_F(PPAPITest, UrlUtil) {
- RunTest("UrlUtil");
+TEST_F(PPAPITest, URLUtil) {
+ RunTest("URLUtil");
}
TEST_F(PPAPITest, CharSet) {
« no previous file with comments | « no previous file | ppapi/c/dev/ppb_url_util_dev.h » ('j') | ppapi/c/dev/ppb_url_util_dev.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698