| Index: components/autofill/renderer/form_autofill_util.cc
|
| diff --git a/chrome/renderer/autofill/form_autofill_util.cc b/components/autofill/renderer/form_autofill_util.cc
|
| similarity index 99%
|
| rename from chrome/renderer/autofill/form_autofill_util.cc
|
| rename to components/autofill/renderer/form_autofill_util.cc
|
| index f275b3c32f449d5e27062bae2a74fab16f016742..80aa497d772480f39230bc2664c87da5c77ac452 100644
|
| --- a/chrome/renderer/autofill/form_autofill_util.cc
|
| +++ b/components/autofill/renderer/form_autofill_util.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/renderer/autofill/form_autofill_util.h"
|
| +#include "components/autofill/renderer/form_autofill_util.h"
|
|
|
| #include <map>
|
|
|
|
|