Index: base/win/scoped_handle.h |
diff --git a/base/win/scoped_handle.h b/base/win/scoped_handle.h |
index 3e8a7484c137ab37ca2af5a4f3a7cf9304d1875f..404ab669385a067b2fd2a0b05c97aaceaa39c269 100644 |
--- a/base/win/scoped_handle.h |
+++ b/base/win/scoped_handle.h |
@@ -8,9 +8,9 @@ |
#include <windows.h> |
#include "base/base_export.h" |
-#include "base/basictypes.h" |
#include "base/location.h" |
#include "base/logging.h" |
+#include "base/macros.h" |
#include "base/move.h" |
// TODO(rvargas): remove this with the rest of the verifier. |