From 9b6f42934e5a1e65ebfc668d91a28a6e2678a14c Mon Sep 17 00:00:00 2001 From: avi Date: Sat, 26 Dec 2015 14:15:14 -0800 Subject: Switch to standard integer types in base/. BUG=138542 TBR=mark@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1538743002 Cr-Commit-Position: refs/heads/master@{#366910} --- base/location.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'base/location.h') diff --git a/base/location.h b/base/location.h index 8f77f7e..d3bb23c 100644 --- a/base/location.h +++ b/base/location.h @@ -5,11 +5,12 @@ #ifndef BASE_LOCATION_H_ #define BASE_LOCATION_H_ +#include + #include #include #include "base/base_export.h" -#include "base/basictypes.h" #include "base/containers/hash_tables.h" namespace tracked_objects { -- cgit v1.1