| Index: components/autofill/browser/autofill_profile_unittest.cc
|
| diff --git a/components/autofill/browser/autofill_profile_unittest.cc b/components/autofill/browser/autofill_profile_unittest.cc
|
| index 5d6dfff8fb1c91e5e0efdc935a1a2d3a57ba4978..c42e4c427f5360f10aca338fc87281e71752403f 100644
|
| --- a/components/autofill/browser/autofill_profile_unittest.cc
|
| +++ b/components/autofill/browser/autofill_profile_unittest.cc
|
| @@ -7,8 +7,8 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/scoped_vector.h"
|
| #include "base/stl_util.h"
|
| -#include "base/string16.h"
|
| -#include "base/stringprintf.h"
|
| +#include "base/strings/string16.h"
|
| +#include "base/strings/stringprintf.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "components/autofill/browser/autofill_common_test.h"
|
| #include "components/autofill/browser/autofill_profile.h"
|
|
|