| Index: chrome/browser/sync/glue/password_model_associator.h
|
| ===================================================================
|
| --- chrome/browser/sync/glue/password_model_associator.h (revision 110049)
|
| +++ chrome/browser/sync/glue/password_model_associator.h (working copy)
|
| @@ -17,7 +17,6 @@
|
| #include "chrome/browser/sync/glue/model_associator.h"
|
| #include "chrome/browser/sync/protocol/password_specifics.pb.h"
|
|
|
| -class GURL;
|
| class MessageLoop;
|
| class PasswordStore;
|
| class ProfileSyncService;
|
| @@ -33,9 +32,6 @@
|
|
|
| namespace browser_sync {
|
|
|
| -class PasswordChangeProcessor;
|
| -class UnrecoverableErrorHandler;
|
| -
|
| extern const char kPasswordTag[];
|
|
|
| // Contains all model association related logic:
|
|
|