| Index: ash/common/accelerators/accelerator_table.h
 | 
| diff --git a/ash/common/accelerators/accelerator_table.h b/ash/common/accelerators/accelerator_table.h
 | 
| index 86a4e0d1f8bea3e31b2c5e0d75c5c4cb967c719f..e2a4aba2b09ba4eb124b8adabe5e2ade3f8468a0 100644
 | 
| --- a/ash/common/accelerators/accelerator_table.h
 | 
| +++ b/ash/common/accelerators/accelerator_table.h
 | 
| @@ -144,8 +144,8 @@ enum AcceleratorAction {
 | 
|    VOLUME_DOWN,
 | 
|    VOLUME_MUTE,
 | 
|    VOLUME_UP,
 | 
| -  WINDOW_CYCLE_SNAP_DOCK_LEFT,
 | 
| -  WINDOW_CYCLE_SNAP_DOCK_RIGHT,
 | 
| +  WINDOW_CYCLE_SNAP_LEFT,
 | 
| +  WINDOW_CYCLE_SNAP_RIGHT,
 | 
|    WINDOW_MINIMIZE,
 | 
|    WINDOW_POSITION_CENTER,
 | 
|  };
 | 
| 
 |