| Index: components/proximity_auth/screenlock_bridge.h
|
| diff --git a/components/proximity_auth/screenlock_bridge.h b/components/proximity_auth/screenlock_bridge.h
|
| index 3fabff699498940fc9161e31a99a8e6d340c6d71..45546094fc14b4aaa1d7adeb770c0ccc6f9e724f 100644
|
| --- a/components/proximity_auth/screenlock_bridge.h
|
| +++ b/components/proximity_auth/screenlock_bridge.h
|
| @@ -171,7 +171,7 @@ class ScreenlockBridge {
|
| const AccountId& focused_account_id() const { return focused_account_id_; }
|
|
|
| private:
|
| - friend struct base::DefaultLazyInstanceTraits<ScreenlockBridge>;
|
| + friend struct base::LazyInstanceTraitsBase<ScreenlockBridge>;
|
| friend std::default_delete<ScreenlockBridge>;
|
|
|
| ScreenlockBridge();
|
|
|