Index: chrome/plugin/plugin_thread.h |
=================================================================== |
--- chrome/plugin/plugin_thread.h (revision 11111) |
+++ chrome/plugin/plugin_thread.h (working copy) |
@@ -24,7 +24,9 @@ |
static PluginThread* current(); |
// Returns the one true dispatcher. |
- ResourceDispatcher* resource_dispatcher() { return resource_dispatcher_.get(); } |
+ ResourceDispatcher* resource_dispatcher() { |
+ return resource_dispatcher_.get(); |
+ } |
private: |
virtual void OnControlMessageReceived(const IPC::Message& msg); |