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/profiles/profile_info_cache_unittest.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/browser/profiles/profile_info_cache_unittest.h') diff --git a/chrome/browser/profiles/profile_info_cache_unittest.h b/chrome/browser/profiles/profile_info_cache_unittest.h index 40e18f7..c052e4b 100644 --- a/chrome/browser/profiles/profile_info_cache_unittest.h +++ b/chrome/browser/profiles/profile_info_cache_unittest.h @@ -7,6 +7,7 @@ #include +#include "base/macros.h" #include "base/test/scoped_path_override.h" #include "chrome/browser/profiles/profile_info_cache_observer.h" #include "chrome/test/base/testing_profile_manager.h" -- cgit v1.1