diff options
Diffstat (limited to 'content/common/pepper_plugin_registry.h')
-rw-r--r-- | content/common/pepper_plugin_registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/pepper_plugin_registry.h b/content/common/pepper_plugin_registry.h index ba4ea8a..d6e320f 100644 --- a/content/common/pepper_plugin_registry.h +++ b/content/common/pepper_plugin_registry.h @@ -100,7 +100,7 @@ class PepperPluginRegistry virtual base::MessageLoopProxy* GetIPCMessageLoop(); virtual base::WaitableEvent* GetShutdownEvent(); virtual std::set<PP_Instance>* GetGloballySeenInstanceIDSet(); - virtual pp::shared_impl::WebKitForwarding* GetWebKitForwarding(); + virtual ppapi::WebKitForwarding* GetWebKitForwarding(); virtual void PostToWebKitThread(const tracked_objects::Location& from_here, const base::Closure& task); |