| Index: components/autofill/common/form_field_data_predictions.cc
|
| diff --git a/components/autofill/shared/form_field_data_predictions.cc b/components/autofill/common/form_field_data_predictions.cc
|
| similarity index 81%
|
| rename from components/autofill/shared/form_field_data_predictions.cc
|
| rename to components/autofill/common/form_field_data_predictions.cc
|
| index 2e968cefa41e64753f215574b85c87ad231fbb0d..c83eb53dabf875c472f4a5b253227161d1354ec4 100644
|
| --- a/components/autofill/shared/form_field_data_predictions.cc
|
| +++ b/components/autofill/common/form_field_data_predictions.cc
|
| @@ -1,8 +1,8 @@
|
| -// Copyright 2013 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/autofill/shared/form_field_data_predictions.h"
|
| +#include "components/autofill/common/form_field_data_predictions.h"
|
|
|
| namespace autofill {
|
|
|
|
|