| Index: components/autofill/common/form_data_predictions.cc
|
| diff --git a/chrome/common/form_data_predictions.cc b/components/autofill/common/form_data_predictions.cc
|
| similarity index 88%
|
| rename from chrome/common/form_data_predictions.cc
|
| rename to components/autofill/common/form_data_predictions.cc
|
| index 6a03c5c98a3e7e51dbd8a80f0b9c40bd38fb6a7f..184d19f4e9ab6b4b78d67b4fdfda8a5b6db43ff4 100644
|
| --- a/chrome/common/form_data_predictions.cc
|
| +++ b/components/autofill/common/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 "chrome/common/form_data_predictions.h"
|
| +#include "components/autofill/common/form_data_predictions.h"
|
|
|
| FormDataPredictions::FormDataPredictions() {
|
| }
|
|
|