| Index: ash/wm/window_state.h
 | 
| diff --git a/ash/wm/window_state.h b/ash/wm/window_state.h
 | 
| index a1dcbfb8a2aeafccf4d155fa507ed6c0f2ec6dd0..c0e32b56dd33543c9a0496e5b13690f609ce84cf 100644
 | 
| --- a/ash/wm/window_state.h
 | 
| +++ b/ash/wm/window_state.h
 | 
| @@ -22,7 +22,7 @@ class Rect;
 | 
|  
 | 
|  namespace ash {
 | 
|  class LockWindowState;
 | 
| -class MaximizeModeWindowState;
 | 
| +class TabletModeWindowState;
 | 
|  
 | 
|  namespace mojom {
 | 
|  enum class WindowPinType;
 | 
| @@ -326,7 +326,7 @@ class ASH_EXPORT WindowState : public aura::WindowObserver {
 | 
|   private:
 | 
|    friend class DefaultState;
 | 
|    friend class ash::LockWindowState;
 | 
| -  friend class ash::MaximizeModeWindowState;
 | 
| +  friend class ash::TabletModeWindowState;
 | 
|    friend WindowState* GetWindowState(aura::Window*);
 | 
|    FRIEND_TEST_ALL_PREFIXES(WindowAnimationsTest, CrossFadeToBounds);
 | 
|    FRIEND_TEST_ALL_PREFIXES(WindowAnimationsTest,
 | 
| 
 |