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

Unified Diff: ui/accelerated_widget_mac/window_resize_helper_mac.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
« no previous file with comments | « ui/accelerated_widget_mac/display_link_mac.cc ('k') | ui/accessibility/platform/ax_platform_node.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accelerated_widget_mac/window_resize_helper_mac.h
diff --git a/ui/accelerated_widget_mac/window_resize_helper_mac.h b/ui/accelerated_widget_mac/window_resize_helper_mac.h
index a83034f2df6712a630ae5939d913614ac72471f2..e58276662fe395dec94dfc26420c55f353d5f9da 100644
--- a/ui/accelerated_widget_mac/window_resize_helper_mac.h
+++ b/ui/accelerated_widget_mac/window_resize_helper_mac.h
@@ -66,7 +66,7 @@ class ACCELERATED_WIDGET_MAC_EXPORT WindowResizeHelperMac {
bool WaitForSingleTaskToRun(const base::TimeDelta& max_delay);
private:
- friend struct base::DefaultLazyInstanceTraits<WindowResizeHelperMac>;
+ friend struct base::LazyInstanceTraitsBase<WindowResizeHelperMac>;
WindowResizeHelperMac();
~WindowResizeHelperMac();
« no previous file with comments | « ui/accelerated_widget_mac/display_link_mac.cc ('k') | ui/accessibility/platform/ax_platform_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698