| 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 87efd19f70311676cab5e97b9179f1e2ffdebb12..747c55910a92c0106289f17ebc465236491d8fb8 100644
|
| --- a/chrome/browser/sync/glue/password_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/password_change_processor.cc
|
| @@ -18,11 +18,11 @@
|
| #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"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "content/public/browser/notification_details.h"
|
| #include "content/public/browser/notification_source.h"
|
| +#include "sync/protocol/password_specifics.pb.h"
|
| #include "webkit/forms/password_form.h"
|
|
|
| using content::BrowserThread;
|
|
|