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

Unified Diff: util/stdlib/pointer_container.h

Issue 1566713002: Use base/macros.h instead of base/basictypes.h (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Windows #incldue → #include Created 4 years, 11 months 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 | « util/posix/symbolic_constants_posix_test.cc ('k') | util/stdlib/string_number_conversion_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/stdlib/pointer_container.h
diff --git a/util/stdlib/pointer_container.h b/util/stdlib/pointer_container.h
index cb3e83643fded849897f46e486643d91526b221e..c83546592b9314a574b32318bdd714af7641c3d9 100644
--- a/util/stdlib/pointer_container.h
+++ b/util/stdlib/pointer_container.h
@@ -17,7 +17,7 @@
#include <vector>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "base/stl_util.h"
namespace crashpad {
« no previous file with comments | « util/posix/symbolic_constants_posix_test.cc ('k') | util/stdlib/string_number_conversion_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698