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

Unified Diff: sandbox/win/tests/validation_tests/suite.cc

Issue 1538283002: Switch to standard integer types in sandbox/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: macros 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 | « sandbox/win/tests/validation_tests/commands.cc ('k') | sandbox/win/wow_helper/service64_resolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/win/tests/validation_tests/suite.cc
diff --git a/sandbox/win/tests/validation_tests/suite.cc b/sandbox/win/tests/validation_tests/suite.cc
index df2cb3ecd13995448ca0556433e091d2b1dc5fdd..9fe25cebf13e2a4e10d724b59bee8ca457557247 100644
--- a/sandbox/win/tests/validation_tests/suite.cc
+++ b/sandbox/win/tests/validation_tests/suite.cc
@@ -7,10 +7,11 @@
// sandbox.
#include <shlwapi.h>
+#include <stddef.h>
#include "base/win/windows_version.h"
-#include "testing/gtest/include/gtest/gtest.h"
#include "sandbox/win/tests/common/controller.h"
+#include "testing/gtest/include/gtest/gtest.h"
#pragma comment(lib, "shlwapi.lib")
« no previous file with comments | « sandbox/win/tests/validation_tests/commands.cc ('k') | sandbox/win/wow_helper/service64_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698