diff options
Diffstat (limited to 'ui/views/widget/desktop_aura/desktop_screen_x11.h')
-rw-r--r-- | ui/views/widget/desktop_aura/desktop_screen_x11.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/widget/desktop_aura/desktop_screen_x11.h b/ui/views/widget/desktop_aura/desktop_screen_x11.h index 0f91497..4466ba4 100644 --- a/ui/views/widget/desktop_aura/desktop_screen_x11.h +++ b/ui/views/widget/desktop_aura/desktop_screen_x11.h @@ -75,7 +75,7 @@ class VIEWS_EXPORT DesktopScreenX11 : public gfx::Screen, // The timer to delay configuring outputs. See also the comments in // Dispatch(). - scoped_ptr<base::OneShotTimer<DesktopScreenX11> > configure_timer_; + scoped_ptr<base::OneShotTimer> configure_timer_; gfx::DisplayChangeNotifier change_notifier_; |