| Index: content/test/mock_keyboard.h
|
| diff --git a/content/test/mock_keyboard.h b/content/test/mock_keyboard.h
|
| index cb12c27064c271a9cace67d3bc4f5a3505985a25..1e79e56fc76f5ae830985b58226e22935a3ffdb0 100644
|
| --- a/content/test/mock_keyboard.h
|
| +++ b/content/test/mock_keyboard.h
|
| @@ -96,10 +96,9 @@ class MockKeyboard {
|
| std::wstring* output);
|
|
|
| private:
|
| - Layout keyboard_layout_;
|
| - Modifiers keyboard_modifiers_;
|
| -
|
| #if defined(OS_WIN)
|
| + Layout keyboard_layout_ = LAYOUT_NULL;
|
| + Modifiers keyboard_modifiers_ = INVALID;
|
| MockKeyboardDriverWin driver_;
|
| #endif
|
|
|
|
|