| Index: chrome/browser/sync_file_system/drive_backend/sync_engine.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/sync_engine.cc b/chrome/browser/sync_file_system/drive_backend/sync_engine.cc
|
| index bab91aa46249567862316fa488b64bb8e2a90139..999ef3ce77e1735fe81be1960bd22b12083e3f19 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/sync_engine.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend/sync_engine.cc
|
| @@ -161,7 +161,7 @@ void DidRegisterOrigin(const base::TimeTicks& start_time,
|
| const SyncStatusCallback& callback,
|
| SyncStatusCode status) {
|
| base::TimeDelta delta(base::TimeTicks::Now() - start_time);
|
| - HISTOGRAM_TIMES("SyncFileSystem.RegisterOriginTime", delta);
|
| + LOCAL_HISTOGRAM_TIMES("SyncFileSystem.RegisterOriginTime", delta);
|
| callback.Run(status);
|
| }
|
|
|
|
|