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

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

Issue 513283002: Local discovery fixups for scoped_refptr operator T* removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « chrome/browser/local_discovery/privet_http.h ('k') | chrome/browser/local_discovery/privet_http_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/local_discovery/privet_http_impl.h
diff --git a/chrome/browser/local_discovery/privet_http_impl.h b/chrome/browser/local_discovery/privet_http_impl.h
index fbbe129aaa08beb2c5822836e40def3aa22f6cc5..a8fc3e1870137a63477be71750d04f5730282f01 100644
--- a/chrome/browser/local_discovery/privet_http_impl.h
+++ b/chrome/browser/local_discovery/privet_http_impl.h
@@ -203,7 +203,8 @@ class PrivetLocalPrintOperationImpl
virtual ~PrivetLocalPrintOperationImpl();
virtual void Start() OVERRIDE;
- virtual void SetData(base::RefCountedBytes* data) OVERRIDE;
+ virtual void SetData(
+ const scoped_refptr<base::RefCountedBytes>& data) OVERRIDE;
virtual void SetCapabilities(const std::string& capabilities) OVERRIDE;
« no previous file with comments | « chrome/browser/local_discovery/privet_http.h ('k') | chrome/browser/local_discovery/privet_http_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698