summaryrefslogtreecommitdiffstats
path: root/chrome/test/perf/indexeddb_uitest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/perf/indexeddb_uitest.cc')
-rw-r--r--chrome/test/perf/indexeddb_uitest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/perf/indexeddb_uitest.cc b/chrome/test/perf/indexeddb_uitest.cc
index ec1a42b..f6e4066 100644
--- a/chrome/test/perf/indexeddb_uitest.cc
+++ b/chrome/test/perf/indexeddb_uitest.cc
@@ -74,7 +74,7 @@ class IndexedDBTest : public UIPerfTest {
if (!succeeded)
return false;
- std::string json = WideToUTF8(json_wide);
+ std::string json = base::WideToUTF8(json_wide);
return JsonDictionaryToMap(json, results);
}