Index: chrome/renderer/webplugin_delegate_proxy.h |
diff --git a/chrome/renderer/webplugin_delegate_proxy.h b/chrome/renderer/webplugin_delegate_proxy.h |
index 5aa7a4af39ffc20e8841d6fc5e97d9f9e854ec32..d9cb3b391d2a1fa12fddf3b599b52f36024d4e8f 100644 |
--- a/chrome/renderer/webplugin_delegate_proxy.h |
+++ b/chrome/renderer/webplugin_delegate_proxy.h |
@@ -36,11 +36,11 @@ class WaitableEvent; |
// An implementation of WebPluginDelegate that proxies all calls to |
// the plugin process. |
-class WebPluginDelegateProxy : |
- public webkit_glue::WebPluginDelegate, |
- public IPC::Channel::Listener, |
- public IPC::Message::Sender, |
- public base::SupportsWeakPtr<WebPluginDelegateProxy> { |
+class WebPluginDelegateProxy |
+ : public webkit_glue::WebPluginDelegate, |
+ public IPC::Channel::Listener, |
+ public IPC::Message::Sender, |
+ public base::SupportsWeakPtr<WebPluginDelegateProxy> { |
public: |
WebPluginDelegateProxy(const std::string& mime_type, |
const base::WeakPtr<RenderView>& render_view); |