Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Unified Diff: content/renderer/pepper/plugin_module.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/pepper/pepper_websocket_host.cc ('k') | content/renderer/pepper/plugin_module.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper/plugin_module.h
diff --git a/content/renderer/pepper/plugin_module.h b/content/renderer/pepper/plugin_module.h
index daadf3cdec91d3f233e8b9f68c7f0b5a6c26ccf6..a782e3f9c195d140b8d92ccfaf2ee062968153af 100644
--- a/content/renderer/pepper/plugin_module.h
+++ b/content/renderer/pepper/plugin_module.h
@@ -41,9 +41,9 @@ namespace IPC {
struct ChannelHandle;
}
-namespace WebKit {
+namespace blink {
class WebPluginContainer;
-} // namespace WebKit
+} // namespace blink
namespace content {
class HostDispatcherWrapper;
@@ -140,7 +140,7 @@ class CONTENT_EXPORT PluginModule :
PepperPluginInstanceImpl* CreateInstance(
RenderViewImpl* render_view,
- WebKit::WebPluginContainer* container,
+ blink::WebPluginContainer* container,
const GURL& plugin_url);
// Returns "some" plugin instance associated with this module. This is not
« no previous file with comments | « content/renderer/pepper/pepper_websocket_host.cc ('k') | content/renderer/pepper/plugin_module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698