| Index: chrome/browser/chromeos/profiles/profile_helper.h
 | 
| diff --git a/chrome/browser/chromeos/profiles/profile_helper.h b/chrome/browser/chromeos/profiles/profile_helper.h
 | 
| index f0b5a36e6f1a6b018d15785ef283ccb6183fcc2f..c0f8d349c3103d304804cae47fee7d16c4c49586 100644
 | 
| --- a/chrome/browser/chromeos/profiles/profile_helper.h
 | 
| +++ b/chrome/browser/chromeos/profiles/profile_helper.h
 | 
| @@ -8,9 +8,9 @@
 | 
|  #include <string>
 | 
|  #include <vector>
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
|  #include "base/callback_forward.h"
 | 
|  #include "base/files/file_path.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/weak_ptr.h"
 | 
|  #include "chrome/browser/browsing_data/browsing_data_remover.h"
 | 
|  #include "chrome/browser/chromeos/login/signin/oauth2_login_manager.h"
 | 
| 
 |