| Index: chrome/browser/autocomplete/history_url_provider_unittest.cc
 | 
| diff --git a/chrome/browser/autocomplete/history_url_provider_unittest.cc b/chrome/browser/autocomplete/history_url_provider_unittest.cc
 | 
| index 1fc0ae8b52be533a6e765e5d7bf37935e254cbea..d4122f89865c63bdf8b7f29339ab8a0141d31554 100644
 | 
| --- a/chrome/browser/autocomplete/history_url_provider_unittest.cc
 | 
| +++ b/chrome/browser/autocomplete/history_url_provider_unittest.cc
 | 
| @@ -4,8 +4,11 @@
 | 
|  
 | 
|  #include "components/omnibox/browser/history_url_provider.h"
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include <algorithm>
 | 
|  
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "base/message_loop/message_loop.h"
 | 
|  #include "base/prefs/pref_service.h"
 | 
| 
 |