| Index: chrome/browser/sync/test/integration/sync_app_list_helper.h
 | 
| diff --git a/chrome/browser/sync/test/integration/sync_app_list_helper.h b/chrome/browser/sync/test/integration/sync_app_list_helper.h
 | 
| index 9e4186a7ed976e3a9d9b982cf5a6818ced40e7ce..cd788b25b023bdb9b0bac929b471cba24c9ac2dd 100644
 | 
| --- a/chrome/browser/sync/test/integration/sync_app_list_helper.h
 | 
| +++ b/chrome/browser/sync/test/integration/sync_app_list_helper.h
 | 
| @@ -5,9 +5,11 @@
 | 
|  #ifndef CHROME_BROWSER_SYNC_TEST_INTEGRATION_SYNC_APP_LIST_HELPER_H_
 | 
|  #define CHROME_BROWSER_SYNC_TEST_INTEGRATION_SYNC_APP_LIST_HELPER_H_
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include <string>
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/singleton.h"
 | 
|  #include "sync/api/string_ordinal.h"
 | 
|  
 | 
| 
 |