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

Unified Diff: content/browser/browser_plugin/old/browser_plugin_host.h

Issue 10532162: Rename IPC Sender and Listener in ppapi, content/public, and content/renderer (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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/browser_plugin/old/browser_plugin_host.h
diff --git a/content/browser/browser_plugin/old/browser_plugin_host.h b/content/browser/browser_plugin/old/browser_plugin_host.h
index 3e865024a3fa7f1ab8175cb3970ca9531ebcceb1..8ad10df703da178b56dce09f0d51f4022f8310b0 100644
--- a/content/browser/browser_plugin/old/browser_plugin_host.h
+++ b/content/browser/browser_plugin/old/browser_plugin_host.h
@@ -8,6 +8,7 @@
#include <map>
+#include "base/compiler_specific.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
#include "content/public/browser/web_contents_delegate.h"
@@ -17,6 +18,10 @@
class WebContentsImpl;
+namespace IPC {
+struct ChannelHandle;
+}
+
namespace content {
class RenderProcessHost;
« no previous file with comments | « chrome/renderer/print_web_view_helper.h ('k') | content/browser/browser_plugin/old/browser_plugin_host_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698