Index: content/public/renderer/renderer_ppapi_host.h |
diff --git a/content/public/renderer/renderer_ppapi_host.h b/content/public/renderer/renderer_ppapi_host.h |
index 123257d4b170eb2e5efe66df42067c09863acdeb..298a04dcbab8d059a08776e84f077781364e3e34 100644 |
--- a/content/public/renderer/renderer_ppapi_host.h |
+++ b/content/public/renderer/renderer_ppapi_host.h |
@@ -34,7 +34,7 @@ class PpapiHost; |
} |
} |
-namespace WebKit { |
+namespace blink { |
class WebPluginContainer; |
} |
@@ -77,7 +77,7 @@ class RendererPpapiHost { |
// Returns the WebPluginContainer for the given plugin instance, or NULL if |
// the instance is invalid. |
- virtual WebKit::WebPluginContainer* GetContainerForInstance( |
+ virtual blink::WebPluginContainer* GetContainerForInstance( |
PP_Instance instance) const = 0; |
// Returns the PID of the child process containing the plugin. If running |