| 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 5022542f2db2b9375b836c7c2cd36ac01e220cfb..a4255b35321373d47298d3cbdfb56247b8f84597 100644
|
| --- a/chrome/browser/sync/glue/password_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/password_change_processor.cc
|
| @@ -25,6 +25,8 @@
|
| #include "content/public/browser/notification_source.h"
|
| #include "webkit/glue/password_form.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace browser_sync {
|
|
|
| PasswordChangeProcessor::PasswordChangeProcessor(
|
|
|