| Index: ash/root_window_controller.h
|
| diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
|
| index 3a7fdd04d834de69a394cdf82d685728125d3873..7a61c55ba13ddf278322318db8e5fc8ca489f3bd 100644
|
| --- a/ash/root_window_controller.h
|
| +++ b/ash/root_window_controller.h
|
| @@ -15,10 +15,7 @@
|
| #include "ui/aura/window.h"
|
| #include "ui/aura/window_tree_host.h"
|
|
|
| -class SkBitmap;
|
| -
|
| namespace aura {
|
| -class EventFilter;
|
| class Window;
|
| }
|
|
|
| @@ -39,8 +36,6 @@ class Widget;
|
| }
|
|
|
| namespace wm {
|
| -class InputMethodEventFilter;
|
| -class RootWindowEventFilter;
|
| class ScopedCaptureClient;
|
| }
|
|
|
| @@ -52,14 +47,12 @@ class PanelLayoutManager;
|
| class ShelfLayoutManager;
|
| class StackingController;
|
| class StatusAreaWidget;
|
| -class SystemModalContainerLayoutManager;
|
| class SystemTray;
|
| class SystemWallpaperController;
|
| class TouchHudDebug;
|
| class TouchHudProjection;
|
| class WmRootWindowControllerAura;
|
| class WmShelfAura;
|
| -class WmWindow;
|
| class WorkspaceController;
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|