Index: content/test/mock_keyboard_driver_win.cc |
diff --git a/content/test/mock_keyboard_driver_win.cc b/content/test/mock_keyboard_driver_win.cc |
index 3bac80077c8c1afcb53a266a3fc1be95bd92e781..363a3d19058ba4e0be2f63f49af2935573aabe94 100644 |
--- a/content/test/mock_keyboard_driver_win.cc |
+++ b/content/test/mock_keyboard_driver_win.cc |
@@ -4,8 +4,11 @@ |
#include "content/test/mock_keyboard_driver_win.h" |
-#include "base/basictypes.h" |
+#include <stddef.h> |
+#include <string.h> |
+ |
#include "base/logging.h" |
+#include "base/macros.h" |
#include "content/test/mock_keyboard.h" |
namespace content { |