Index: content/child/webblobregistry_impl.cc |
diff --git a/content/child/webblobregistry_impl.cc b/content/child/webblobregistry_impl.cc |
index 6d272eec136bdc3f87168a11d86a4babe5c8143f..fcc3ebf051ab0ca90fd630eb7bca1b022c528058 100644 |
--- a/content/child/webblobregistry_impl.cc |
+++ b/content/child/webblobregistry_impl.cc |
@@ -18,10 +18,10 @@ |
#include "third_party/WebKit/public/platform/WebURL.h" |
#include "webkit/common/blob/blob_data.h" |
-using WebKit::WebBlobData; |
-using WebKit::WebString; |
-using WebKit::WebThreadSafeData; |
-using WebKit::WebURL; |
+using blink::WebBlobData; |
+using blink::WebString; |
+using blink::WebThreadSafeData; |
+using blink::WebURL; |
namespace content { |
@@ -40,7 +40,7 @@ WebBlobRegistryImpl::~WebBlobRegistryImpl() { |
} |
void WebBlobRegistryImpl::registerBlobData( |
- const WebKit::WebString& uuid, const WebKit::WebBlobData& data) { |
+ const blink::WebString& uuid, const blink::WebBlobData& data) { |
const std::string uuid_str(uuid.utf8()); |
sender_->Send(new BlobHostMsg_StartBuilding(uuid_str)); |