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

Unified Diff: content/test/layouttest_support.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/image_decoder_test.cc ('k') | content/test/mock_google_streaming_server.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/layouttest_support.cc
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
index a131174072d9edbb64cc3b706d8656cc35c9c70e..7e2dfaba022297675a2eb3333bf9b7fbb0eacfe3 100644
--- a/content/test/layouttest_support.cc
+++ b/content/test/layouttest_support.cc
@@ -4,9 +4,12 @@
#include "content/public/test/layouttest_support.h"
+#include <stddef.h>
+
#include "base/callback.h"
#include "base/lazy_instance.h"
#include "base/strings/string_util.h"
+#include "build/build_config.h"
#include "components/test_runner/test_common.h"
#include "components/test_runner/web_frame_test_proxy.h"
#include "components/test_runner/web_test_proxy.h"
« no previous file with comments | « content/test/image_decoder_test.cc ('k') | content/test/mock_google_streaming_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698