| Index: chrome/browser/autocomplete/shortcuts_provider_unittest.cc
 | 
| diff --git a/chrome/browser/autocomplete/shortcuts_provider_unittest.cc b/chrome/browser/autocomplete/shortcuts_provider_unittest.cc
 | 
| index 01e7c73a730e7d9c7de1ec918c0d9af792ba9481..484e5d4fbc3adfb3a43d892a5039b90142a1364b 100644
 | 
| --- a/chrome/browser/autocomplete/shortcuts_provider_unittest.cc
 | 
| +++ b/chrome/browser/autocomplete/shortcuts_provider_unittest.cc
 | 
| @@ -5,6 +5,7 @@
 | 
|  #include "components/omnibox/browser/shortcuts_provider.h"
 | 
|  
 | 
|  #include <math.h>
 | 
| +#include <stddef.h>
 | 
|  
 | 
|  #include <algorithm>
 | 
|  #include <functional>
 | 
| @@ -12,6 +13,7 @@
 | 
|  #include <string>
 | 
|  #include <vector>
 | 
|  
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/ref_counted.h"
 | 
|  #include "base/message_loop/message_loop.h"
 | 
|  #include "base/prefs/pref_service.h"
 | 
| 
 |