| Index: chrome/browser/autofill/autofill_browsertest.cc
 | 
| diff --git a/chrome/browser/autofill/autofill_browsertest.cc b/chrome/browser/autofill/autofill_browsertest.cc
 | 
| index e97541211bb9764c441acd15413c6c65495b315f..03902d7c44215c6bb5e51ba10fd6d2291d1a35ab 100644
 | 
| --- a/chrome/browser/autofill/autofill_browsertest.cc
 | 
| +++ b/chrome/browser/autofill/autofill_browsertest.cc
 | 
| @@ -2,9 +2,10 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include <string>
 | 
|  
 | 
| -#include "base/basictypes.h"
 | 
|  #include "base/command_line.h"
 | 
|  #include "base/files/file_util.h"
 | 
|  #include "base/memory/ref_counted.h"
 | 
| @@ -16,6 +17,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/personal_data_manager_factory.h"
 | 
|  #include "chrome/browser/profiles/profile.h"
 | 
|  #include "chrome/browser/ui/browser.h"
 | 
| 
 |