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

Unified Diff: base/test/perf_time_logger.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/perf_test_suite.cc ('k') | base/test/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/perf_time_logger.h
diff --git a/base/test/perf_time_logger.h b/base/test/perf_time_logger.h
index 403b2723acf4f43f7db3c9154de2912f8a9e7d6d..a5f3e8a70c3a9ddeaf9142458de7bc35d1df6dcf 100644
--- a/base/test/perf_time_logger.h
+++ b/base/test/perf_time_logger.h
@@ -7,7 +7,7 @@
#include <string>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "base/timer/elapsed_timer.h"
namespace base {
« no previous file with comments | « base/test/perf_test_suite.cc ('k') | base/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698