Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(588)

Unified Diff: content/test/mock_keyboard_driver_win.cc

Issue 1544273002: Switch to standard integer types in content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/mock_keyboard_driver_win.h ('k') | content/test/mock_render_process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « content/test/mock_keyboard_driver_win.h ('k') | content/test/mock_render_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698