From b7348940d384d5a2132f3cb88741693daab30c2d Mon Sep 17 00:00:00 2001 From: avi <avi@chromium.org> Date: Fri, 25 Dec 2015 12:57:10 -0800 Subject: Switch to standard integer types in content/browser/. BUG=138542 TBR=jam@chromium.org Review URL: https://codereview.chromium.org/1549113002 Cr-Commit-Position: refs/heads/master@{#366868} --- content/browser/devtools/protocol/system_info_handler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/browser/devtools/protocol/system_info_handler.h') diff --git a/content/browser/devtools/protocol/system_info_handler.h b/content/browser/devtools/protocol/system_info_handler.h index 8131c9e..40b14e8 100644 --- a/content/browser/devtools/protocol/system_info_handler.h +++ b/content/browser/devtools/protocol/system_info_handler.h @@ -7,6 +7,7 @@ #include <set> +#include "base/macros.h" #include "content/browser/devtools/protocol/devtools_protocol_dispatcher.h" #include "content/public/browser/browser_thread.h" #include "content/public/browser/gpu_data_manager_observer.h" -- cgit v1.1