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

Unified Diff: chrome/browser/chromeos/printing/cups_print_job_manager_factory.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/chromeos/printing/cups_print_job_manager_factory.h
diff --git a/chrome/browser/chromeos/printing/cups_print_job_manager_factory.h b/chrome/browser/chromeos/printing/cups_print_job_manager_factory.h
index 25ae25a8d416ab8353c1655728dcae57a40fb035..62a6e58cc1c5ba11ffde8462bbd0a04ff9b31c1a 100644
--- a/chrome/browser/chromeos/printing/cups_print_job_manager_factory.h
+++ b/chrome/browser/chromeos/printing/cups_print_job_manager_factory.h
@@ -27,7 +27,7 @@ class CupsPrintJobManagerFactory : public BrowserContextKeyedServiceFactory {
content::BrowserContext* context) const override;
private:
- friend struct base::DefaultLazyInstanceTraits<CupsPrintJobManagerFactory>;
+ friend struct base::LazyInstanceTraitsBase<CupsPrintJobManagerFactory>;
CupsPrintJobManagerFactory();
~CupsPrintJobManagerFactory() override;

Powered by Google App Engine
This is Rietveld 408576698