| Index: components/autofill/browser/contact_info_unittest.cc
|
| diff --git a/chrome/browser/autofill/contact_info_unittest.cc b/components/autofill/browser/contact_info_unittest.cc
|
| similarity index 96%
|
| rename from chrome/browser/autofill/contact_info_unittest.cc
|
| rename to components/autofill/browser/contact_info_unittest.cc
|
| index 6589bc369a09dec4e44649ebd237e89c35946326..377a219fb6c74ac176faed8bcbc3f2ce997ea55e 100644
|
| --- a/chrome/browser/autofill/contact_info_unittest.cc
|
| +++ b/components/autofill/browser/contact_info_unittest.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/autofill/contact_info.h"
|
| +#include "components/autofill/browser/contact_info.h"
|
|
|
| #include "base/basictypes.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/autofill/autofill_type.h"
|
| -#include "chrome/browser/autofill/field_types.h"
|
| +#include "components/autofill/browser/autofill_type.h"
|
| +#include "components/autofill/browser/field_types.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| TEST(NameInfoTest, SetFullName) {
|
|
|