summaryrefslogtreecommitdiffstats
path: root/content/child/weburlresponse_extradata_impl.h
diff options
context:
space:
mode:
authoravi <avi@chromium.org>2015-12-25 15:38:12 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-25 23:39:25 +0000
commit66a07725bcfb4808fff1b806086374ca03f42ea0 (patch)
treebe188b3451bcb4aef0863e9376c5fe7ab4e49dd3 /content/child/weburlresponse_extradata_impl.h
parentf57136c13874f21a4c6885e49d00d3c45bb427ba (diff)
downloadchromium_src-66a07725bcfb4808fff1b806086374ca03f42ea0.zip
chromium_src-66a07725bcfb4808fff1b806086374ca03f42ea0.tar.gz
chromium_src-66a07725bcfb4808fff1b806086374ca03f42ea0.tar.bz2
Switch to standard integer types in content/.
BUG=138542 TBR=jam@chromium.org Review URL: https://codereview.chromium.org/1544273002 Cr-Commit-Position: refs/heads/master@{#366875}
Diffstat (limited to 'content/child/weburlresponse_extradata_impl.h')
-rw-r--r--content/child/weburlresponse_extradata_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/child/weburlresponse_extradata_impl.h b/content/child/weburlresponse_extradata_impl.h
index dd7765a..1c7a244 100644
--- a/content/child/weburlresponse_extradata_impl.h
+++ b/content/child/weburlresponse_extradata_impl.h
@@ -7,8 +7,8 @@
#include <string>
-#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "base/macros.h"
#include "content/common/content_export.h"
#include "net/http/http_response_info.h"
#include "third_party/WebKit/public/platform/WebURLResponse.h"