Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(518)

Unified Diff: components/proximity_auth/screenlock_bridge.h

Issue 2733283002: Require explicit selection of traits for LazyInstance (Closed)
Patch Set: l10n again Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « components/proximity_auth/logging/logging_unittest.cc ('k') | components/proximity_auth/screenlock_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698