 Chromium Code Reviews
 Chromium Code Reviews Issue 1551433002:
  Switch to standard integer types in components/, part 3 of 4.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1551433002:
  Switch to standard integer types in components/, part 3 of 4.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: components/proximity_auth/logging/logging.h | 
| diff --git a/components/proximity_auth/logging/logging.h b/components/proximity_auth/logging/logging.h | 
| index c0938d7f494d3df5cd980db3246583042f3f5169..534ffd8b8aeedf58f84c75785665bd5ff641e756 100644 | 
| --- a/components/proximity_auth/logging/logging.h | 
| +++ b/components/proximity_auth/logging/logging.h | 
| @@ -8,6 +8,7 @@ | 
| #include <sstream> | 
| #include "base/logging.h" | 
| +#include "base/macros.h" | 
| namespace proximity_auth { |