| Index: ash/desktop_background/desktop_background_view.h
|
| diff --git a/ash/desktop_background/desktop_background_view.h b/ash/desktop_background/desktop_background_view.h
|
| index 17814d078fc8c04aace01f6a109301d1478170c5..3fbfb35a6700accba3373ca9e62056da52d0d71d 100644
|
| --- a/ash/desktop_background/desktop_background_view.h
|
| +++ b/ash/desktop_background/desktop_background_view.h
|
| @@ -5,15 +5,12 @@
|
| #ifndef ASH_DESKTOP_BACKGROUND_DESKTOP_BACKGROUND_VIEW_H_
|
| #define ASH_DESKTOP_BACKGROUND_DESKTOP_BACKGROUND_VIEW_H_
|
|
|
| -#include "ui/events/event.h"
|
| #include "ui/gfx/image/image_skia.h"
|
| #include "ui/views/context_menu_controller.h"
|
| #include "ui/views/view.h"
|
|
|
| namespace ash {
|
|
|
| -class PreEventDispatchHandler;
|
| -
|
| class DesktopBackgroundView : public views::View,
|
| public views::ContextMenuController {
|
| public:
|
| @@ -29,7 +26,6 @@ class DesktopBackgroundView : public views::View,
|
| void ShowContextMenuForView(views::View* source,
|
| const gfx::Point& point,
|
| ui::MenuSourceType source_type) override;
|
| - scoped_ptr<PreEventDispatchHandler> pre_dispatch_handler_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(DesktopBackgroundView);
|
| };
|
|
|