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

Unified Diff: chrome/browser/chromeos/printing/printers_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/printers_manager_factory.h
diff --git a/chrome/browser/chromeos/printing/printers_manager_factory.h b/chrome/browser/chromeos/printing/printers_manager_factory.h
index fab4b3392ad1a8a114cba3c09550d23ea7ae5f3e..0991677b1f6e8b1ce0aaacf483046c6f5573ddbe 100644
--- a/chrome/browser/chromeos/printing/printers_manager_factory.h
+++ b/chrome/browser/chromeos/printing/printers_manager_factory.h
@@ -28,7 +28,7 @@ class PrintersManagerFactory : public BrowserContextKeyedServiceFactory {
content::BrowserContext* context) const override;
private:
- friend struct base::DefaultLazyInstanceTraits<PrintersManagerFactory>;
+ friend struct base::LazyInstanceTraitsBase<PrintersManagerFactory>;
PrintersManagerFactory();
~PrintersManagerFactory() override;

Powered by Google App Engine
This is Rietveld 408576698