| Index: ash/common/keyboard/keyboard_ui_observer.h
|
| diff --git a/ash/common/keyboard/keyboard_ui_observer.h b/ash/common/keyboard/keyboard_ui_observer.h
|
| index b3147c9e8eccc8379a2ea56f08c82520122b27c8..a0dc24153a93a83766e73858b464bb32d1c34ced 100644
|
| --- a/ash/common/keyboard/keyboard_ui_observer.h
|
| +++ b/ash/common/keyboard/keyboard_ui_observer.h
|
| @@ -12,7 +12,7 @@ namespace ash {
|
|
|
| class ASH_EXPORT KeyboardUIObserver {
|
| public:
|
| - virtual void OnKeyboardEnabledStateChanged(bool new_value) = 0;
|
| + virtual void OnKeyboardEnabledStateChanged(bool new_enabled) = 0;
|
|
|
| protected:
|
| virtual ~KeyboardUIObserver() {}
|
|
|