| Index: chrome/browser/sync/glue/password_model_worker.h
 | 
| diff --git a/chrome/browser/sync/glue/password_model_worker.h b/chrome/browser/sync/glue/password_model_worker.h
 | 
| index 92740c7569181e3f7db6c5f7252070bb34c03f31..11eee073a0740988e0a3c337b062769377b3be9a 100644
 | 
| --- a/chrome/browser/sync/glue/password_model_worker.h
 | 
| +++ b/chrome/browser/sync/glue/password_model_worker.h
 | 
| @@ -26,7 +26,8 @@ namespace browser_sync {
 | 
|  // which is the DB thread on Linux and Windows.
 | 
|  class PasswordModelWorker : public browser_sync::ModelSafeWorker {
 | 
|   public:
 | 
| -  explicit PasswordModelWorker(PasswordStore* password_store);
 | 
| +  explicit PasswordModelWorker(
 | 
| +      const scoped_refptr<PasswordStore>& password_store);
 | 
|    virtual ~PasswordModelWorker();
 | 
|  
 | 
|    // ModelSafeWorker implementation. Called on syncapi SyncerThread.
 | 
| 
 |