| Index: chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc b/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
|
| index 36e6952a4112e201ba5897d922adc4b46b636f39..affcf869d9a96727a35721f364c28cbf979d0e06 100644
|
| --- a/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
|
| +++ b/chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc
|
| @@ -112,7 +112,7 @@ GURL SessionsSyncPerfTest::NextURL() {
|
| }
|
|
|
| GURL SessionsSyncPerfTest::IntToURL(int n) {
|
| - return GURL(StringPrintf("http://localhost/%d", n));
|
| + return GURL(base::StringPrintf("http://localhost/%d", n));
|
| }
|
|
|
| // TODO(lipalani): Re-enable after crbug.com/96921 is fixed.
|
|
|