| Index: chrome/browser/web_applications/web_app_mac.h
 | 
| diff --git a/chrome/browser/web_applications/web_app_mac.h b/chrome/browser/web_applications/web_app_mac.h
 | 
| index d9062f6830286c9ce102dc4182558f80d68e1f35..3e5a1a97f9ff76bedd3a9a7621a3de632be3e43b 100644
 | 
| --- a/chrome/browser/web_applications/web_app_mac.h
 | 
| +++ b/chrome/browser/web_applications/web_app_mac.h
 | 
| @@ -5,12 +5,14 @@
 | 
|  #ifndef CHROME_BROWSER_WEB_APPLICATIONS_WEB_APP_MAC_H_
 | 
|  #define CHROME_BROWSER_WEB_APPLICATIONS_WEB_APP_MAC_H_
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include <string>
 | 
|  #include <vector>
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
|  #include "base/files/file_path.h"
 | 
|  #include "base/gtest_prod_util.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "chrome/browser/web_applications/web_app.h"
 | 
|  #include "extensions/common/manifest_handlers/file_handler_info.h"
 | 
| 
 |