| Index: ui/views/widget/desktop_aura/desktop_capture_client.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_capture_client.h b/ui/views/widget/desktop_aura/desktop_capture_client.h
|
| index 1f19ec64fa5f592b7277949370d41849fa6b5d97..497e896ff5ba3638247619e11a3e4704c0e00173 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_capture_client.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_capture_client.h
|
| @@ -9,7 +9,6 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| -#include "base/observer_list.h"
|
| #include "ui/aura/client/capture_client.h"
|
| #include "ui/views/views_export.h"
|
|
|
| @@ -58,8 +57,6 @@
|
| // Set of DesktopCaptureClients.
|
| static CaptureClients* capture_clients_;
|
|
|
| - base::ObserverList<aura::client::CaptureClientObserver> observers_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(DesktopCaptureClient);
|
| };
|
|
|
|
|