| 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 06d4dc449e7a762a39c6db9e5a919551d7e575f2..8528e7714d6a1abe9b880f3f9d2376a25e9a7dc0 100644
|
| --- a/ash/desktop_background/desktop_background_view.h
|
| +++ b/ash/desktop_background/desktop_background_view.h
|
| @@ -8,12 +8,11 @@
|
| #include "ui/gfx/image/image_skia.h"
|
| #include "ui/views/context_menu_controller.h"
|
| #include "ui/views/view.h"
|
| -#include "ui/views/widget/widget_delegate.h"
|
|
|
| namespace ash {
|
| namespace internal {
|
|
|
| -class DesktopBackgroundView : public views::WidgetDelegateView,
|
| +class DesktopBackgroundView : public views::View,
|
| public views::ContextMenuController {
|
| public:
|
| DesktopBackgroundView();
|
|
|