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

Unified Diff: content/public/test/browser_side_navigation_test_utils.cc

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: content/public/test/browser_side_navigation_test_utils.cc
diff --git a/content/public/test/browser_side_navigation_test_utils.cc b/content/public/test/browser_side_navigation_test_utils.cc
index 58058b6ad204b65775d27fb76ea6d7680940d2cb..c1dfb4eaad6972336bcd11f8d578d4180e1b3212 100644
--- a/content/public/test/browser_side_navigation_test_utils.cc
+++ b/content/public/test/browser_side_navigation_test_utils.cc
@@ -42,8 +42,8 @@ class BrowserSideNavigationTestUtils {
DISALLOW_COPY_AND_ASSIGN(BrowserSideNavigationTestUtils);
};
-base::LazyInstance<std::unique_ptr<BrowserSideNavigationTestUtils>>
- browser_side_navigation_test_utils;
+base::LazyInstance<std::unique_ptr<BrowserSideNavigationTestUtils>>::
+ DestructorAtExit browser_side_navigation_test_utils;
} // namespace
« no previous file with comments | « content/public/renderer/render_view_observer_tracker.h ('k') | content/public/test/nested_message_pump_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698