| Index: base/time/time_win.cc
|
| diff --git a/base/time/time_win.cc b/base/time/time_win.cc
|
| index 75f398d60f654267e37862a5ed477468f78000bc..4f013a36a53597825d9b07f114219cac296994dd 100644
|
| --- a/base/time/time_win.cc
|
| +++ b/base/time/time_win.cc
|
| @@ -97,7 +97,7 @@ bool g_high_res_timer_enabled = false;
|
| uint32_t g_high_res_timer_count = 0;
|
| // The lock to control access to the above two variables.
|
| base::Lock* GetHighResLock() {
|
| - static auto lock = new base::Lock();
|
| + static auto* lock = new base::Lock();
|
| return lock;
|
| }
|
|
|
|
|