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

Unified Diff: base/test/test_suite.h

Issue 1544113002: Switch to standard integer types in base/test/. (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 | « base/test/test_simple_task_runner.h ('k') | base/test/test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_suite.h
diff --git a/base/test/test_suite.h b/base/test/test_suite.h
index e63ef3298e753dec707657dc08808a29322f9c58..68590ebba0ee5688d2cb6e834d69e0e72e7ea5df 100644
--- a/base/test/test_suite.h
+++ b/base/test/test_suite.h
@@ -12,8 +12,10 @@
#include <string>
#include "base/at_exit.h"
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "base/test/trace_to_file.h"
+#include "build/build_config.h"
namespace testing {
class TestInfo;
« no previous file with comments | « base/test/test_simple_task_runner.h ('k') | base/test/test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698