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

Unified Diff: content/browser/appcache/appcache_frontend_proxy.cc

Issue 10662005: Use IPC::Sender and IPC::Listener in content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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: content/browser/appcache/appcache_frontend_proxy.cc
diff --git a/content/browser/appcache/appcache_frontend_proxy.cc b/content/browser/appcache/appcache_frontend_proxy.cc
index f6fa10814a1aac1d8fcfe59f430b049d483fbb50..cce42912f111315f4ed7ff491734295b82ad7fc0 100644
--- a/content/browser/appcache/appcache_frontend_proxy.cc
+++ b/content/browser/appcache/appcache_frontend_proxy.cc
@@ -6,7 +6,7 @@
#include "content/common/appcache_messages.h"
-AppCacheFrontendProxy::AppCacheFrontendProxy(IPC::Message::Sender* sender)
+AppCacheFrontendProxy::AppCacheFrontendProxy(IPC::Sender* sender)
: sender_(sender) {
}
« no previous file with comments | « content/browser/appcache/appcache_frontend_proxy.h ('k') | content/browser/device_orientation/message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698