Index: content/child/appcache/web_application_cache_host_impl.cc |
diff --git a/content/child/appcache/web_application_cache_host_impl.cc b/content/child/appcache/web_application_cache_host_impl.cc |
index b4a15f37750869121f10b29efdab3e3c4e623c0e..2088bc6ace88aa505cbb0c15535de611933d71bc 100644 |
--- a/content/child/appcache/web_application_cache_host_impl.cc |
+++ b/content/child/appcache/web_application_cache_host_impl.cc |
@@ -14,14 +14,14 @@ |
#include "third_party/WebKit/public/web/WebDataSource.h" |
#include "third_party/WebKit/public/web/WebFrame.h" |
-using WebKit::WebApplicationCacheHost; |
-using WebKit::WebApplicationCacheHostClient; |
-using WebKit::WebDataSource; |
-using WebKit::WebFrame; |
-using WebKit::WebURLRequest; |
-using WebKit::WebURL; |
-using WebKit::WebURLResponse; |
-using WebKit::WebVector; |
+using blink::WebApplicationCacheHost; |
+using blink::WebApplicationCacheHostClient; |
+using blink::WebDataSource; |
+using blink::WebFrame; |
+using blink::WebURLRequest; |
+using blink::WebURL; |
+using blink::WebURLResponse; |
+using blink::WebVector; |
using appcache::AppCacheBackend; |
using appcache::AppCacheResourceInfo; |