Index: content/shell/android/shell_manager.cc |
diff --git a/content/shell/android/shell_manager.cc b/content/shell/android/shell_manager.cc |
index 33742b2a6e6e8780bf84a042bb13dcc53e9a01c4..c3346fb03600e71bb66fae371079ac8f5c56e606 100644 |
--- a/content/shell/android/shell_manager.cc |
+++ b/content/shell/android/shell_manager.cc |
@@ -27,7 +27,8 @@ struct GlobalState { |
base::android::ScopedJavaGlobalRef<jobject> j_shell_manager; |
}; |
-base::LazyInstance<GlobalState> g_global_state = LAZY_INSTANCE_INITIALIZER; |
+base::LazyInstance<GlobalState>::DestructorAtExit g_global_state = |
+ LAZY_INSTANCE_INITIALIZER; |
} // namespace |