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

Unified Diff: base/test/malloc_wrapper.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/launcher/unit_test_launcher.cc ('k') | base/test/mock_devices_changed_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/malloc_wrapper.h
diff --git a/base/test/malloc_wrapper.h b/base/test/malloc_wrapper.h
index 0fa7dbb500676bdcce747e1253df05a8633f70a6..d06228d37dd61192d7b501ef66e1afef49f61d80 100644
--- a/base/test/malloc_wrapper.h
+++ b/base/test/malloc_wrapper.h
@@ -5,7 +5,7 @@
#ifndef BASE_TEST_MALLOC_WRAPPER_H_
#define BASE_TEST_MALLOC_WRAPPER_H_
-#include "base/basictypes.h"
+#include <stddef.h>
// BASE_EXPORT depends on COMPONENT_BUILD.
// This will always be a separate shared library, so don't use BASE_EXPORT here.
« no previous file with comments | « base/test/launcher/unit_test_launcher.cc ('k') | base/test/mock_devices_changed_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698