| Index: ash/common/keyboard/keyboard_ui.h
 | 
| diff --git a/ash/keyboard/keyboard_ui.h b/ash/common/keyboard/keyboard_ui.h
 | 
| similarity index 89%
 | 
| rename from ash/keyboard/keyboard_ui.h
 | 
| rename to ash/common/keyboard/keyboard_ui.h
 | 
| index e8622414878911e4b77bf539987870290f47db7f..b9d7dcfcaa492128474bb7543fc387547155554f 100644
 | 
| --- a/ash/keyboard/keyboard_ui.h
 | 
| +++ b/ash/common/keyboard/keyboard_ui.h
 | 
| @@ -2,8 +2,8 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#ifndef ASH_KEYBOARD_KEYBOARD_UI_H_
 | 
| -#define ASH_KEYBOARD_KEYBOARD_UI_H_
 | 
| +#ifndef ASH_COMMON_KEYBOARD_KEYBOARD_UI_H_
 | 
| +#define ASH_COMMON_KEYBOARD_KEYBOARD_UI_H_
 | 
|  
 | 
|  #include <memory>
 | 
|  
 | 
| @@ -47,4 +47,4 @@ class ASH_EXPORT KeyboardUI {
 | 
|  
 | 
|  }  // namespace ash
 | 
|  
 | 
| -#endif  // ASH_KEYBOARD_KEYBOARD_UI_H_
 | 
| +#endif  // ASH_COMMON_KEYBOARD_KEYBOARD_UI_H_
 | 
| 
 |