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

Unified Diff: Source/web/WebHelperPluginImpl.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | « Source/web/WebHelperPluginImpl.h ('k') | Source/web/WebHistoryItem.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebHelperPluginImpl.cpp
diff --git a/Source/web/WebHelperPluginImpl.cpp b/Source/web/WebHelperPluginImpl.cpp
index 4bc0be943955e87b0e6853fd4e4113fcfbb9f2fc..5f6e7bb45a294f899b88f4a11d1057d6a6061c56 100644
--- a/Source/web/WebHelperPluginImpl.cpp
+++ b/Source/web/WebHelperPluginImpl.cpp
@@ -51,7 +51,7 @@
using namespace WebCore;
-namespace WebKit {
+namespace blink {
#define addLiteral(literal, writer) writer->addData(literal, sizeof(literal) - 1)
@@ -120,7 +120,7 @@ public:
{
}
- virtual WebPlugin* createPlugin(WebKit::WebFrame* frame, const WebPluginParams& params)
+ virtual WebPlugin* createPlugin(blink::WebFrame* frame, const WebPluginParams& params)
{
return m_hostWebFrameClient->createPlugin(frame, params);
}
@@ -274,4 +274,4 @@ WebHelperPlugin* WebHelperPlugin::create(WebWidgetClient* client)
return adoptRef(new WebHelperPluginImpl(client)).leakRef();
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/WebHelperPluginImpl.h ('k') | Source/web/WebHistoryItem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698