| Index: components/autofill/common/password_form_fill_data.cc
|
| diff --git a/components/autofill/shared/password_form_fill_data.cc b/components/autofill/common/password_form_fill_data.cc
|
| similarity index 93%
|
| rename from components/autofill/shared/password_form_fill_data.cc
|
| rename to components/autofill/common/password_form_fill_data.cc
|
| index d29cc4e3a973232dc31bb511852fe580f5674157..99e089e5708990ae0e3777d42ad6f23ff5d46b9c 100644
|
| --- a/components/autofill/shared/password_form_fill_data.cc
|
| +++ b/components/autofill/common/password_form_fill_data.cc
|
| @@ -1,11 +1,11 @@
|
| -// Copyright 2013 The Chromium Authors. All rights reserved.
|
| +// Copyright 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/password_form_fill_data.h"
|
| +#include "components/autofill/common/password_form_fill_data.h"
|
|
|
| #include "base/logging.h"
|
| -#include "components/autofill/shared/form_field_data.h"
|
| +#include "components/autofill/common/form_field_data.h"
|
|
|
| namespace autofill {
|
|
|
|
|