Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1682)

Unified Diff: chrome/browser/sync/glue/password_model_worker.cc

Issue 9703038: Profiles: Really fix refcounted services. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgot to save a file. >_< Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/glue/password_model_worker.cc
diff --git a/chrome/browser/sync/glue/password_model_worker.cc b/chrome/browser/sync/glue/password_model_worker.cc
index 84c95e448ebb838afa6f19566b1202892b4d197a..a915634a85a777d2b3ddaa8054ec1396d8a06558 100644
--- a/chrome/browser/sync/glue/password_model_worker.cc
+++ b/chrome/browser/sync/glue/password_model_worker.cc
@@ -13,7 +13,8 @@ using base::WaitableEvent;
namespace browser_sync {
-PasswordModelWorker::PasswordModelWorker(PasswordStore* password_store)
+PasswordModelWorker::PasswordModelWorker(
+ const scoped_refptr<PasswordStore>& password_store)
: password_store_(password_store) {
DCHECK(password_store);
}
« no previous file with comments | « chrome/browser/sync/glue/password_model_worker.h ('k') | chrome/browser/sync/glue/sync_backend_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698