summaryrefslogtreecommitdiffstats
path: root/content/test/plugin/plugin_geturl_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/test/plugin/plugin_geturl_test.cc')
-rw-r--r--content/test/plugin/plugin_geturl_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/plugin/plugin_geturl_test.cc b/content/test/plugin/plugin_geturl_test.cc
index 825c75a..ed686f2a 100644
--- a/content/test/plugin/plugin_geturl_test.cc
+++ b/content/test/plugin/plugin_geturl_test.cc
@@ -206,7 +206,7 @@ NPError PluginGetURLTest::NewStream(NPMIMEType type, NPStream* stream,
#if defined(OS_WIN)
filename = filename.substr(8); // remove "file:///"
// Assume an ASCII path on Windows.
- base::FilePath path = base::FilePath(base::ASCIIToWide(filename));
+ base::FilePath path = base::FilePath(base::ASCIIToUTF16(filename));
#else
filename = filename.substr(7); // remove "file://"
base::FilePath path = base::FilePath(filename);