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

Unified Diff: chrome/test/chromedriver/keycode_text_conversion_win.cc

Issue 1548153002: Switch to standard integer types in chrome/. (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
Index: chrome/test/chromedriver/keycode_text_conversion_win.cc
diff --git a/chrome/test/chromedriver/keycode_text_conversion_win.cc b/chrome/test/chromedriver/keycode_text_conversion_win.cc
index 52a075024108938ced3f1c2f88ca1d65d573caf1..c54cae7ece25deaeaba2e596724911efd0c5a22c 100644
--- a/chrome/test/chromedriver/keycode_text_conversion_win.cc
+++ b/chrome/test/chromedriver/keycode_text_conversion_win.cc
@@ -4,9 +4,10 @@
#include "chrome/test/chromedriver/keycode_text_conversion.h"
-#include <VersionHelpers.h>
-#include <stdlib.h>
#include <windows.h>
+#include <stdlib.h>
+#include <string.h>
+#include <VersionHelpers.h>
#include "base/memory/scoped_ptr.h"
#include "base/strings/utf_string_conversions.h"
« no previous file with comments | « chrome/test/chromedriver/keycode_text_conversion_unittest.cc ('k') | chrome/test/chromedriver/keycode_text_conversion_x.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698