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

Unified Diff: chrome/browser/android/ntp/ntp_snippets_launcher.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: chrome/browser/android/ntp/ntp_snippets_launcher.h
diff --git a/chrome/browser/android/ntp/ntp_snippets_launcher.h b/chrome/browser/android/ntp/ntp_snippets_launcher.h
index bd163a08720692d5599fbd660ad958b2cf54a39a..a043e5aae6a814bbc09cc90dd715935337f2a609 100644
--- a/chrome/browser/android/ntp/ntp_snippets_launcher.h
+++ b/chrome/browser/android/ntp/ntp_snippets_launcher.h
@@ -25,7 +25,7 @@ class NTPSnippetsLauncher
bool Unschedule() override;
private:
- friend struct base::DefaultLazyInstanceTraits<NTPSnippetsLauncher>;
+ friend struct base::LazyInstanceTraitsBase<NTPSnippetsLauncher>;
// Constructor and destructor marked private to enforce singleton.
NTPSnippetsLauncher();
« no previous file with comments | « chrome/browser/android/download/download_controller.cc ('k') | chrome/browser/android/ntp/ntp_snippets_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698