Index: chrome/plugin/webplugin_accelerated_surface_proxy_mac.h |
diff --git a/chrome/plugin/webplugin_accelerated_surface_proxy_mac.h b/chrome/plugin/webplugin_accelerated_surface_proxy_mac.h |
index 8764ab99fa8dbf9c4d2833f3fb1d28d53c303c58..ee4df63c94be0a3b8d0ba4302300c01b2684e378 100644 |
--- a/chrome/plugin/webplugin_accelerated_surface_proxy_mac.h |
+++ b/chrome/plugin/webplugin_accelerated_surface_proxy_mac.h |
@@ -6,7 +6,7 @@ |
#define CHROME_PLUGIN_WEBPLUGIN_ACCELERATED_SURFACE_PROXY_H_ |
#pragma once |
-#include "webkit/glue/plugins/webplugin_accelerated_surface_mac.h" |
+#include "webkit/plugins/npapi/webplugin_accelerated_surface_mac.h" |
class WebPluginProxy; |
class AcceleratedSurface; |
@@ -14,7 +14,7 @@ class AcceleratedSurface; |
// Out-of-process implementation of WebPluginAcceleratedSurface that proxies |
// calls through a WebPluginProxy. |
class WebPluginAcceleratedSurfaceProxy |
- : public webkit_glue::WebPluginAcceleratedSurface { |
+ : public webkit::npapi::WebPluginAcceleratedSurface { |
public: |
// Creates a new WebPluginAcceleratedSurfaceProxy that uses plugin_proxy |
// to proxy calls. plugin_proxy must outlive this object. |