| Index: content/test/mock_keyboard_driver_win.cc
|
| ===================================================================
|
| --- content/test/mock_keyboard_driver_win.cc (revision 164732)
|
| +++ content/test/mock_keyboard_driver_win.cc (working copy)
|
| @@ -8,6 +8,8 @@
|
| #include "base/logging.h"
|
| #include "content/test/mock_keyboard.h"
|
|
|
| +namespace content {
|
| +
|
| MockKeyboardDriverWin::MockKeyboardDriverWin() {
|
| // Save the keyboard layout and status of the application.
|
| // This class changes the keyboard layout and status of this application.
|
| @@ -161,3 +163,5 @@
|
| output->assign(code);
|
| return length;
|
| }
|
| +
|
| +} // namespace content
|
|
|