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

Unified Diff: Source/platform/plugins/PluginData.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/platform/network/SocketStreamHandleInternal.h ('k') | Source/platform/plugins/PluginListBuilder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/plugins/PluginData.cpp
diff --git a/Source/platform/plugins/PluginData.cpp b/Source/platform/plugins/PluginData.cpp
index fc843b8af5c0a5d2f528b4ff0f934b74319adf67..d2d5851674b057a353f5fa24be3f4800a9883e44 100644
--- a/Source/platform/plugins/PluginData.cpp
+++ b/Source/platform/plugins/PluginData.cpp
@@ -45,7 +45,7 @@ public:
{
if (!m_loaded) {
PluginListBuilder builder(&m_plugins);
- WebKit::Platform::current()->getPluginList(m_refresh, &builder);
+ blink::Platform::current()->getPluginList(m_refresh, &builder);
m_loaded = true;
m_refresh = false;
}
« no previous file with comments | « Source/platform/network/SocketStreamHandleInternal.h ('k') | Source/platform/plugins/PluginListBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698