| Index: chrome/test/perf/page_cycler_test.cc
|
| diff --git a/chrome/test/perf/page_cycler_test.cc b/chrome/test/perf/page_cycler_test.cc
|
| index 1c07a897bc93dc5f6911e66a68207379fc414d56..61c02a24dff520dc508fb42b05a43e6d953ccc72 100644
|
| --- a/chrome/test/perf/page_cycler_test.cc
|
| +++ b/chrome/test/perf/page_cycler_test.cc
|
| @@ -205,7 +205,7 @@ class PageCyclerTest : public UIPerfTest {
|
|
|
| std::string cookie;
|
| ASSERT_TRUE(tab->GetCookieByName(test_url, "__pc_pages", &cookie));
|
| - pages->assign(UTF8ToWide(cookie));
|
| + pages->assign(base::UTF8ToWide(cookie));
|
| ASSERT_FALSE(pages->empty());
|
|
|
| // Wait for the report.html to be loaded.
|
| @@ -279,7 +279,7 @@ class PageCyclerTest : public UIPerfTest {
|
| L"window.domAutomationController.send("
|
| L"window.domAutomationController.getHistogram ? "
|
| L"window.domAutomationController.getHistogram(\"" +
|
| - base::SysUTF8ToWide(name) + L"\") : '')",
|
| + base::Sysbase::UTF8ToWide(name) + L"\") : '')",
|
| &whistogram));
|
| std::string histogram = base::SysWideToNativeMB(whistogram);
|
| printf("HISTOGRAM %s: %s = %s %s\n",
|
|
|