| Index: components/autofill/common/form_data.cc
|
| diff --git a/chrome/common/form_data.cc b/components/autofill/common/form_data.cc
|
| similarity index 95%
|
| rename from chrome/common/form_data.cc
|
| rename to components/autofill/common/form_data.cc
|
| index d857a14bb3ea2136a1445b6c30f52e3654f6b53e..c4ebbc3cf888e7ea504ab237c38406d88ad484f5 100644
|
| --- a/chrome/common/form_data.cc
|
| +++ b/components/autofill/common/form_data.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/common/form_data.h"
|
| +#include "components/autofill/common/form_data.h"
|
|
|
| #include "base/string_util.h"
|
|
|
|
|