Index: content/child/appcache/appcache_frontend_impl.cc |
diff --git a/content/child/appcache/appcache_frontend_impl.cc b/content/child/appcache/appcache_frontend_impl.cc |
index 0163df2d1cd2eee32fec34d163ce9c47a983baed..ee7f5566a90748f933e9b895eb1b3130cab04bdd 100644 |
--- a/content/child/appcache/appcache_frontend_impl.cc |
+++ b/content/child/appcache/appcache_frontend_impl.cc |
@@ -9,8 +9,8 @@ |
#include "third_party/WebKit/public/web/WebApplicationCacheHost.h" |
#include "third_party/WebKit/public/web/WebConsoleMessage.h" |
-using WebKit::WebApplicationCacheHost; |
-using WebKit::WebConsoleMessage; |
+using blink::WebApplicationCacheHost; |
+using blink::WebConsoleMessage; |
namespace content { |