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

Unified Diff: ppapi/host/ppapi_host.h

Issue 10815073: Refactoring of new IPC-only pepper implementation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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: ppapi/host/ppapi_host.h
diff --git a/ppapi/host/ppapi_host.h b/ppapi/host/ppapi_host.h
index 306472447cd3d4a309b9851c5b6e7761b85d8929..3732ebd4450e9bb8f092d26785a0318de9c8dc7c 100644
--- a/ppapi/host/ppapi_host.h
+++ b/ppapi/host/ppapi_host.h
@@ -35,8 +35,8 @@ class ResourceHost;
// corresponding replies.
class PPAPI_HOST_EXPORT PpapiHost : public IPC::Sender, public IPC::Listener {
public:
- // The sender is the channel to the plugin for outgoing messages. The factory
- // will be used to receive resource creation messages from the plugin. Both
+ // The sender is the channel to the plugin for outgoing messages. The factory
+ // will be used to receive resource creation messages from the plugin. Both
// pointers are owned by the caller and must outlive this class.
PpapiHost(IPC::Sender* sender,
HostFactory* host_factory,

Powered by Google App Engine
This is Rietveld 408576698