| Index: chrome/browser/sync/test/integration/performance/sync_timing_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/performance/sync_timing_helper.cc b/chrome/browser/sync/test/integration/performance/sync_timing_helper.cc
|
| index 0ef29a9fec5b508acb80981f7f4f126e8b3d278d..d5f46e64324c7fb3fbf10d07413bb16179cd472f 100644
|
| --- a/chrome/browser/sync/test/integration/performance/sync_timing_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/performance/sync_timing_helper.cc
|
| @@ -45,5 +45,5 @@ void SyncTimingHelper::PrintResult(const std::string& measurement,
|
| const std::string& trace,
|
| const base::TimeDelta& dt) {
|
| printf("*RESULT %s: %s= %s ms\n", measurement.c_str(), trace.c_str(),
|
| - base::IntToString(dt.InMillisecondsF()).c_str());
|
| + base::Int64ToString(dt.InMilliseconds()).c_str());
|
| }
|
|
|