summaryrefslogtreecommitdiffstats
path: root/chrome/test/perf/indexeddb_uitest.cc
diff options
context:
space:
mode:
authoravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-25 00:53:42 +0000
committeravi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-25 00:53:42 +0000
commitc91b9d414c56955f3ca405fd66c6f567fc16d9fc (patch)
tree293205b4a78c5ce8571edcb4ae26e1b9880d8e51 /chrome/test/perf/indexeddb_uitest.cc
parent036a5f386e1204a861f3b24201bd0f89d359f29c (diff)
downloadchromium_src-c91b9d414c56955f3ca405fd66c6f567fc16d9fc.zip
chromium_src-c91b9d414c56955f3ca405fd66c6f567fc16d9fc.tar.gz
chromium_src-c91b9d414c56955f3ca405fd66c6f567fc16d9fc.tar.bz2
Update uses of UTF conversions in chrome/installer, chrome/renderer, chrome/service, chrome/test, chrome/third_party, chrome/tools, chrome/utility to use the base:: namespace.
BUG=330556 TEST=no change TBR=ben@chromium.org Review URL: https://codereview.chromium.org/119103004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242472 0039d316-1c4b-4281-b951-d872f2087c98
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);
}