| Index: chrome/test/perf/indexeddb_uitest.cc
|
| diff --git a/chrome/test/perf/indexeddb_uitest.cc b/chrome/test/perf/indexeddb_uitest.cc
|
| index 787f2bf15389276f66aae19d4784a745006460fd..ec6246a073713cc87d3a7331962afeb313dcb340 100644
|
| --- a/chrome/test/perf/indexeddb_uitest.cc
|
| +++ b/chrome/test/perf/indexeddb_uitest.cc
|
| @@ -72,7 +72,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);
|
| }
|
|
|
|
|