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

Unified Diff: base/test/test_file_util.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_discardable_memory_allocator.h ('k') | base/test/test_file_util_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_file_util.h
diff --git a/base/test/test_file_util.h b/base/test/test_file_util.h
index 27197f2d3a457c77e5a2232199ebb9c28fcdb759..7042e4848419fd4c3c0200096c7663f5c66b3289 100644
--- a/base/test/test_file_util.h
+++ b/base/test/test_file_util.h
@@ -7,14 +7,17 @@
// File utility functions used only by tests.
+#include <stddef.h>
+
#include <string>
#include "base/compiler_specific.h"
#include "base/files/file_path.h"
+#include "base/macros.h"
+#include "build/build_config.h"
#if defined(OS_ANDROID)
#include <jni.h>
-#include "base/basictypes.h"
#endif
namespace base {
« no previous file with comments | « base/test/test_discardable_memory_allocator.h ('k') | base/test/test_file_util_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698