diff options
Diffstat (limited to 'chrome/browser/autofill/autofill_interactive_uitest.cc')
| -rw-r--r-- | chrome/browser/autofill/autofill_interactive_uitest.cc | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/chrome/browser/autofill/autofill_interactive_uitest.cc b/chrome/browser/autofill/autofill_interactive_uitest.cc index 51f13be..f1392f9 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" | 
