| Index: chrome/browser/sync/glue/autofill_profile_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/autofill_profile_data_type_controller.h b/chrome/browser/sync/glue/autofill_profile_data_type_controller.h
|
| index 3401da3e8ff56726348162a0975e5543a97466b7..031d6afe0d4946a553861ab559bbd75df481f135 100644
|
| --- a/chrome/browser/sync/glue/autofill_profile_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/autofill_profile_data_type_controller.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "chrome/browser/autofill/personal_data_manager_observer.h"
|
| #include "chrome/browser/sync/glue/non_ui_data_type_controller.h"
|
| +#include "components/autofill/browser/personal_data_manager_observer.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
|
|
|
|