| Index: components/omnibox/browser/omnibox_view.h
 | 
| diff --git a/components/omnibox/browser/omnibox_view.h b/components/omnibox/browser/omnibox_view.h
 | 
| index a053c60d115fcd0a66bdcc5dcaa710257b3e410d..2524bf9edf91e6b12c0ff1be40b7b387f7647aad 100644
 | 
| --- a/components/omnibox/browser/omnibox_view.h
 | 
| +++ b/components/omnibox/browser/omnibox_view.h
 | 
| @@ -11,9 +11,12 @@
 | 
|  #ifndef COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_VIEW_H_
 | 
|  #define COMPONENTS_OMNIBOX_BROWSER_OMNIBOX_VIEW_H_
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include <string>
 | 
|  
 | 
|  #include "base/gtest_prod_util.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/strings/string16.h"
 | 
|  #include "base/strings/string_util.h"
 | 
|  #include "base/strings/utf_string_conversions.h"
 | 
| 
 |