| Index: components/autofill/shared/form_data_predictions.cc
|
| diff --git a/components/autofill/common/form_data_predictions.cc b/components/autofill/shared/form_data_predictions.cc
|
| similarity index 89%
|
| rename from components/autofill/common/form_data_predictions.cc
|
| rename to components/autofill/shared/form_data_predictions.cc
|
| index a59f58a56db307c46a0d542a6328750c7b37c1f7..e239136f87bd2f146533062fa9c5eb36dbfc5c68 100644
|
| --- a/components/autofill/common/form_data_predictions.cc
|
| +++ b/components/autofill/shared/form_data_predictions.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 "components/autofill/common/form_data_predictions.h"
|
| +#include "components/autofill/shared/form_data_predictions.h"
|
|
|
| namespace autofill {
|
|
|
|
|