| Index: base/win/scoped_handle.cc
|
| diff --git a/base/win/scoped_handle.cc b/base/win/scoped_handle.cc
|
| index 47ab8542de3b5affdb05e50669fa1c807987aec7..b2d7d595ca0bdd477e97b159f68128eaa023a485 100644
|
| --- a/base/win/scoped_handle.cc
|
| +++ b/base/win/scoped_handle.cc
|
| @@ -46,7 +46,7 @@ typedef std::unordered_map<HANDLE, Info, HandleHash> HandleMap;
|
| // module.
|
| typedef base::internal::LockImpl NativeLock;
|
| NativeLock* GetLock() {
|
| - static auto native_lock = new NativeLock();
|
| + static auto* native_lock = new NativeLock();
|
| return native_lock;
|
| }
|
|
|
|
|