| Index: components/search_engines/template_url_parser.h
 | 
| diff --git a/components/search_engines/template_url_parser.h b/components/search_engines/template_url_parser.h
 | 
| index f48c8f1b47061c74b1870220060ed86976650d5a..ead5906b91861462f524f4b0e962f2e67f07bdc3 100644
 | 
| --- a/components/search_engines/template_url_parser.h
 | 
| +++ b/components/search_engines/template_url_parser.h
 | 
| @@ -5,9 +5,11 @@
 | 
|  #ifndef COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_PARSER_H_
 | 
|  #define COMPONENTS_SEARCH_ENGINES_TEMPLATE_URL_PARSER_H_
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include <string>
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
| +#include "base/macros.h"
 | 
|  
 | 
|  class SearchTermsData;
 | 
|  class TemplateURL;
 | 
| 
 |