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

Unified Diff: net/dns/serial_worker.h

Issue 11275088: Remove implicit scoped_refptr operator T* Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 8 years, 2 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 | « net/disk_cache/stress_cache.cc ('k') | net/ftp/ftp_network_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/dns/serial_worker.h
diff --git a/net/dns/serial_worker.h b/net/dns/serial_worker.h
index 982286f7c6420c10102630c4c17decf8c976f7de..858d32506ad6f8511d19b1c79e50315a0b07e59d 100644
--- a/net/dns/serial_worker.h
+++ b/net/dns/serial_worker.h
@@ -62,7 +62,7 @@ class NET_EXPORT_PRIVATE SerialWorker
virtual void OnWorkFinished() = 0;
base::MessageLoopProxy* loop() {
- return message_loop_;
+ return message_loop_.get();
}
private:
« no previous file with comments | « net/disk_cache/stress_cache.cc ('k') | net/ftp/ftp_network_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698