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, |