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

Unified Diff: chrome/browser/local_discovery/service_discovery_shared_client.h

Issue 509423002: Printing fixups for scoped_refptr operator T* removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile error Created 6 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/printing/printing_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/local_discovery/service_discovery_shared_client.h
diff --git a/chrome/browser/local_discovery/service_discovery_shared_client.h b/chrome/browser/local_discovery/service_discovery_shared_client.h
index ca7793b7300ef1e5d079514b80a6f6deb4d17099..14dd12f1c14a9b973700843e6eeab13e50a2fc71 100644
--- a/chrome/browser/local_discovery/service_discovery_shared_client.h
+++ b/chrome/browser/local_discovery/service_discovery_shared_client.h
@@ -15,8 +15,8 @@ class ServiceDiscoverySharedClient
public:
static scoped_refptr<ServiceDiscoverySharedClient> GetInstance();
- typedef base::Callback<void(scoped_refptr<ServiceDiscoverySharedClient>)>
- GetInstanceCallback;
+ typedef base::Callback<void(
+ const scoped_refptr<ServiceDiscoverySharedClient>&)> GetInstanceCallback;
static void GetInstanceWithoutAlert(const GetInstanceCallback& callback);
protected:
« no previous file with comments | « no previous file | chrome/browser/printing/printing_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698