| Index: chrome/browser/autofill/autofill_interactive_uitest.cc
 | 
| diff --git a/chrome/browser/autofill/autofill_interactive_uitest.cc b/chrome/browser/autofill/autofill_interactive_uitest.cc
 | 
| index 51f13be28e5e380c852170c966a937a48e114a36..f1392f97d757334ac0c95de6fe3160cdc6e84392 100644
 | 
| --- a/chrome/browser/autofill/autofill_interactive_uitest.cc
 | 
| +++ b/chrome/browser/autofill/autofill_interactive_uitest.cc
 | 
| @@ -4,9 +4,9 @@
 | 
|  
 | 
|  #include <string>
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
|  #include "base/command_line.h"
 | 
|  #include "base/files/file_util.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/ref_counted.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "base/rand_util.h"
 | 
| @@ -15,6 +15,7 @@
 | 
|  #include "base/strings/string_split.h"
 | 
|  #include "base/strings/utf_string_conversions.h"
 | 
|  #include "base/time/time.h"
 | 
| +#include "build/build_config.h"
 | 
|  #include "chrome/browser/autofill/autofill_uitest_util.h"
 | 
|  #include "chrome/browser/chrome_notification_types.h"
 | 
|  #include "chrome/browser/profiles/profile.h"
 | 
| 
 |