Index: components/crash/content/browser/crash_dump_observer_android.cc |
diff --git a/components/crash/content/browser/crash_dump_observer_android.cc b/components/crash/content/browser/crash_dump_observer_android.cc |
index bc5449f45df7b8706a8073a56bd66bec16fc79e0..72189b15d961b8b5484a85216fb96109c62d7c78 100644 |
--- a/components/crash/content/browser/crash_dump_observer_android.cc |
+++ b/components/crash/content/browser/crash_dump_observer_android.cc |
@@ -21,7 +21,8 @@ using content::BrowserThread; |
namespace breakpad { |
namespace { |
-base::LazyInstance<CrashDumpObserver> g_instance = LAZY_INSTANCE_INITIALIZER; |
+base::LazyInstance<CrashDumpObserver>::DestructorAtExit g_instance = |
+ LAZY_INSTANCE_INITIALIZER; |
} |
// static |