| Index: chrome/browser/sync/glue/password_change_processor.cc
|
| diff --git a/chrome/browser/sync/glue/password_change_processor.cc b/chrome/browser/sync/glue/password_change_processor.cc
|
| index d2f4d13139ac4aea3ff81f96afe79d2d24a07f9f..838cf39065f340e3fd27fcdebff717b7c1bbabe0 100644
|
| --- a/chrome/browser/sync/glue/password_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/password_change_processor.cc
|
| @@ -9,10 +9,13 @@
|
| #include "base/string_util.h"
|
| #include "base/tracked.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/password_manager/password_store.h"
|
| #include "chrome/browser/password_manager/password_store_change.h"
|
| +#include "chrome/browser/password_manager/password_store.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/sync/glue/password_model_associator.h"
|
| +#include "chrome/browser/sync/internal_api/read_node.h"
|
| +#include "chrome/browser/sync/internal_api/write_node.h"
|
| +#include "chrome/browser/sync/internal_api/write_transaction.h"
|
| #include "chrome/browser/sync/profile_sync_service.h"
|
| #include "chrome/browser/sync/protocol/password_specifics.pb.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
|
|