| Index: ash/wm/lock_state_controller.h
|
| diff --git a/ash/wm/lock_state_controller.h b/ash/wm/lock_state_controller.h
|
| index 73877ed89338fccd58515dc1a97a5e2eae231f43..5787c6fa082b2e2f929352729554d624f201fab7 100644
|
| --- a/ash/wm/lock_state_controller.h
|
| +++ b/ash/wm/lock_state_controller.h
|
| @@ -33,7 +33,6 @@ class ShutdownController;
|
| namespace test {
|
| class LockStateControllerTest;
|
| class LockStateControllerTestApi;
|
| -class PowerButtonControllerTest;
|
| }
|
|
|
| // Displays onscreen animations and locks or suspends the system in response to
|
| @@ -148,7 +147,6 @@ class ASH_EXPORT LockStateController : public aura::WindowTreeHostObserver,
|
| }
|
|
|
| private:
|
| - friend class test::PowerButtonControllerTest;
|
| friend class test::LockStateControllerTest;
|
| friend class test::LockStateControllerTestApi;
|
|
|
|
|