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

Unified Diff: base/test/test_timeouts.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_support_android.cc ('k') | base/test/test_timeouts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_timeouts.h
diff --git a/base/test/test_timeouts.h b/base/test/test_timeouts.h
index 2819e4a1c1170dab9332fb6b729707ca5058b6d7..ddaf05b5e0ca583b011f19bb237817aa01a5c953 100644
--- a/base/test/test_timeouts.h
+++ b/base/test/test_timeouts.h
@@ -5,8 +5,8 @@
#ifndef BASE_TEST_TEST_TIMEOUTS_H_
#define BASE_TEST_TEST_TIMEOUTS_H_
-#include "base/basictypes.h"
#include "base/logging.h"
+#include "base/macros.h"
#include "base/time/time.h"
// Returns common timeouts to use in tests. Makes it possible to adjust
« no previous file with comments | « base/test/test_support_android.cc ('k') | base/test/test_timeouts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698