| Index: content/browser/android/content_view_statics.cc
|
| diff --git a/content/browser/android/content_view_statics.cc b/content/browser/android/content_view_statics.cc
|
| index b0f43af4262a9a16f3cca142cc368282ecedcf5b..1110b75d3598f9f85c51574590d91eb74a832a63 100644
|
| --- a/content/browser/android/content_view_statics.cc
|
| +++ b/content/browser/android/content_view_statics.cc
|
| @@ -92,8 +92,8 @@ class SuspendedProcessWatcher : public content::RenderProcessHostObserver {
|
| std::vector<int /* RenderProcessHost id */> suspended_processes_;
|
| };
|
|
|
| -base::LazyInstance<SuspendedProcessWatcher> g_suspended_processes_watcher =
|
| - LAZY_INSTANCE_INITIALIZER;
|
| +base::LazyInstance<SuspendedProcessWatcher>::DestructorAtExit
|
| + g_suspended_processes_watcher = LAZY_INSTANCE_INITIALIZER;
|
|
|
| } // namespace
|
|
|
|
|