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

Unified Diff: chrome/test/chromedriver/window_commands.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
« no previous file with comments | « chrome/test/chromedriver/util.cc ('k') | chrome/test/data/nacl/bad/ppapi_bad_event_replay_crash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/window_commands.cc
diff --git a/chrome/test/chromedriver/window_commands.cc b/chrome/test/chromedriver/window_commands.cc
index 55e3839b3251fc7ce95e1ffda1e161e872f1ee8a..786f185b01ace9da3dc4ac7cd33df406425325fd 100644
--- a/chrome/test/chromedriver/window_commands.cc
+++ b/chrome/test/chromedriver/window_commands.cc
@@ -4,6 +4,8 @@
#include "chrome/test/chromedriver/window_commands.h"
+#include <stddef.h>
+
#include <list>
#include <string>
« no previous file with comments | « chrome/test/chromedriver/util.cc ('k') | chrome/test/data/nacl/bad/ppapi_bad_event_replay_crash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698