Index: content/renderer/pepper/host_globals.cc |
diff --git a/content/renderer/pepper/host_globals.cc b/content/renderer/pepper/host_globals.cc |
index 1fbbaf82e4b0b3e5f5640694e29fce52a408db48..31c5f0bd41084883bc0f3744a9b0cab2d127677e 100644 |
--- a/content/renderer/pepper/host_globals.cc |
+++ b/content/renderer/pepper/host_globals.cc |
@@ -29,14 +29,14 @@ using ppapi::CheckIdType; |
using ppapi::MakeTypedId; |
using ppapi::PPIdType; |
using ppapi::ResourceTracker; |
-using WebKit::WebConsoleMessage; |
-using WebKit::WebString; |
+using blink::WebConsoleMessage; |
+using blink::WebString; |
namespace content { |
namespace { |
-typedef std::set<WebKit::WebPluginContainer*> ContainerSet; |
+typedef std::set<blink::WebPluginContainer*> ContainerSet; |
// Adds all WebPluginContainers associated with the given module to the set. |
void GetAllContainersForModule(PluginModule* module, |