| Index: components/autofill/core/browser/test_personal_data_manager.cc
|
| diff --git a/components/autofill/browser/test_personal_data_manager.cc b/components/autofill/core/browser/test_personal_data_manager.cc
|
| similarity index 88%
|
| rename from components/autofill/browser/test_personal_data_manager.cc
|
| rename to components/autofill/core/browser/test_personal_data_manager.cc
|
| index 1d904d8fb4889d9b36519b06b20ed1b95d91c9bc..0a517d7655bf652350db7f780e982c4161f0772f 100644
|
| --- a/components/autofill/browser/test_personal_data_manager.cc
|
| +++ b/components/autofill/core/browser/test_personal_data_manager.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/autofill/browser/test_personal_data_manager.h"
|
| +#include "components/autofill/core/browser/test_personal_data_manager.h"
|
|
|
| -#include "components/autofill/browser/personal_data_manager_observer.h"
|
| +#include "components/autofill/core/browser/personal_data_manager_observer.h"
|
|
|
| namespace autofill {
|
|
|
|
|