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

Unified Diff: components/crash/content/browser/crash_dump_observer_android.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/crash/content/browser/crash_dump_observer_android.h
diff --git a/components/crash/content/browser/crash_dump_observer_android.h b/components/crash/content/browser/crash_dump_observer_android.h
index fbff47625dbea8b8acefd415dabf7f0f8bd4aa17..3f049f31dd401c0e1d03b664f8f31ee1cbce8909 100644
--- a/components/crash/content/browser/crash_dump_observer_android.h
+++ b/components/crash/content/browser/crash_dump_observer_android.h
@@ -70,7 +70,7 @@ class CrashDumpObserver : public content::BrowserChildProcessObserver,
content::FileDescriptorInfo* mappings);
private:
- friend struct base::DefaultLazyInstanceTraits<CrashDumpObserver>;
+ friend struct base::LazyInstanceTraitsBase<CrashDumpObserver>;
CrashDumpObserver();
~CrashDumpObserver() override;
« no previous file with comments | « components/crash/content/app/breakpad_linux.cc ('k') | components/crash/content/browser/crash_dump_observer_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698