From b896c715dd14ec1f7ac800350b40eeb6de2ba868 Mon Sep 17 00:00:00 2001 From: avi Date: Fri, 25 Dec 2015 18:10:43 -0800 Subject: Switch to standard integer types in chrome/browser/, part 3 of 4. BUG=138542 TBR=thakis@chromium.org Review URL: https://codereview.chromium.org/1548133002 Cr-Commit-Position: refs/heads/master@{#366883} --- chrome/browser/search/contextual_search_policy_handler_android.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/browser/search/contextual_search_policy_handler_android.h') diff --git a/chrome/browser/search/contextual_search_policy_handler_android.h b/chrome/browser/search/contextual_search_policy_handler_android.h index 3794c20..edf1aec 100644 --- a/chrome/browser/search/contextual_search_policy_handler_android.h +++ b/chrome/browser/search/contextual_search_policy_handler_android.h @@ -5,6 +5,7 @@ #ifndef CHROME_BROWSER_SEARCH_CONTEXTUAL_SEARCH_POLICY_HANDLER_ANDROID_H_ #define CHROME_BROWSER_SEARCH_CONTEXTUAL_SEARCH_POLICY_HANDLER_ANDROID_H_ +#include "base/macros.h" #include "components/policy/core/browser/configuration_policy_handler.h" namespace policy { -- cgit v1.1