| Index: ash/mus/window_manager.h
|
| diff --git a/ash/mus/window_manager.h b/ash/mus/window_manager.h
|
| index 84bb75f6b0985fe880f278558bbd2ad01fe66cb8..4d4dce81271889bfecb5a7026ed37140ac039c52 100644
|
| --- a/ash/mus/window_manager.h
|
| +++ b/ash/mus/window_manager.h
|
| @@ -59,7 +59,6 @@ class AshTestHelper;
|
| namespace mus {
|
|
|
| class AcceleratorHandler;
|
| -class WmTestHelper;
|
|
|
| // WindowManager serves as the WindowManagerDelegate and
|
| // WindowTreeClientDelegate for mash. WindowManager creates (and owns)
|
| @@ -127,7 +126,6 @@ class WindowManager : public aura::WindowManagerDelegate,
|
|
|
| private:
|
| friend class test::AshTestHelper;
|
| - friend class WmTestHelper;
|
|
|
| using RootWindowControllers = std::set<std::unique_ptr<RootWindowController>>;
|
|
|
|
|