| Index: content/test/mock_keyboard_driver_win.h
|
| ===================================================================
|
| --- content/test/mock_keyboard_driver_win.h (revision 164732)
|
| +++ content/test/mock_keyboard_driver_win.h (working copy)
|
| @@ -11,6 +11,8 @@
|
| #include <vector>
|
| #include "base/basictypes.h"
|
|
|
| +namespace content {
|
| +
|
| // Implements the platform-dependent part of a pseudo keyboard device for
|
| // Windows.
|
| class MockKeyboardDriverWin {
|
| @@ -38,4 +40,6 @@
|
| DISALLOW_COPY_AND_ASSIGN(MockKeyboardDriverWin);
|
| };
|
|
|
| +} // namespace content
|
| +
|
| #endif // CONTENT_TEST_MOCK_KEYBOARD_DRIVER_WIN_H_
|
|
|