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

Unified Diff: tools/perf/clear_system_cache/clear_system_cache_main.cc

Issue 1549203002: Switch to standard integer types in tools/. (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 | « tools/json_schema_compiler/test/objects_unittest.cc ('k') | tools/traceline/traceline/assembler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/clear_system_cache/clear_system_cache_main.cc
diff --git a/tools/perf/clear_system_cache/clear_system_cache_main.cc b/tools/perf/clear_system_cache/clear_system_cache_main.cc
index 7b26055c90250c08e53d4e607b7783c97f5f4e96..c2528b872e76e97b71d3c075654d02bd4cf6ea33 100644
--- a/tools/perf/clear_system_cache/clear_system_cache_main.cc
+++ b/tools/perf/clear_system_cache/clear_system_cache_main.cc
@@ -6,9 +6,9 @@
//
// USAGE: clear_system_cache [--recurse] <files or directories>
+#include <stddef.h>
#include <stdio.h>
-#include "base/basictypes.h"
#include "base/command_line.h"
#include "base/files/file_enumerator.h"
#include "base/files/file_path.h"
« no previous file with comments | « tools/json_schema_compiler/test/objects_unittest.cc ('k') | tools/traceline/traceline/assembler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698