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

Unified Diff: chrome/browser/service/service_process_control.cc

Issue 16290004: Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/service/service_process_control.cc
diff --git a/chrome/browser/service/service_process_control.cc b/chrome/browser/service/service_process_control.cc
index 70b01574d587a8997ae18e1e46a7f3553a87216b..2b042114c5afa7b1c6c1893d611958578dec030e 100644
--- a/chrome/browser/service/service_process_control.cc
+++ b/chrome/browser/service/service_process_control.cc
@@ -100,7 +100,7 @@ void ServiceProcessControl::Launch(const base::Closure& success_task,
connect_failure_tasks_.push_back(failure);
// If we already in the process of launching, then we are done.
- if (launcher_)
+ if (launcher_.get())
return;
// If the service process is already running then connects to it.
« no previous file with comments | « chrome/browser/search_engines/template_url_service.cc ('k') | chrome/browser/sessions/base_session_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698