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

Unified Diff: chrome/test/chromedriver/chrome/dom_tracker.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/chrome/dom_tracker.h ('k') | chrome/test/chromedriver/chrome/frame_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome/dom_tracker.cc
diff --git a/chrome/test/chromedriver/chrome/dom_tracker.cc b/chrome/test/chromedriver/chrome/dom_tracker.cc
index 5f5fbcb5fa7f61e17493925cecad23c16de7297f..8a91d7f58f38a88dbef75f210afaa149d741cd9b 100644
--- a/chrome/test/chromedriver/chrome/dom_tracker.cc
+++ b/chrome/test/chromedriver/chrome/dom_tracker.cc
@@ -4,6 +4,8 @@
#include "chrome/test/chromedriver/chrome/dom_tracker.h"
+#include <stddef.h>
+
#include <utility>
#include "base/json/json_writer.h"
« no previous file with comments | « chrome/test/chromedriver/chrome/dom_tracker.h ('k') | chrome/test/chromedriver/chrome/frame_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698