diff options
Diffstat (limited to 'skia/ext/image_operations_bench.cc')
-rw-r--r-- | skia/ext/image_operations_bench.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skia/ext/image_operations_bench.cc b/skia/ext/image_operations_bench.cc index 11263f3..78e127d 100644 --- a/skia/ext/image_operations_bench.cc +++ b/skia/ext/image_operations_bench.cc @@ -186,7 +186,7 @@ bool Benchmark::ParseArgs(const CommandLine* command_line) { const std::string& s = iter->first; std::string value; #if defined(OS_WIN) - value = WideToUTF8(iter->second); + value = base::WideToUTF8(iter->second); #else value = iter->second; #endif |