Index: content/child/indexed_db/proxy_webidbcursor_impl.cc |
diff --git a/content/child/indexed_db/proxy_webidbcursor_impl.cc b/content/child/indexed_db/proxy_webidbcursor_impl.cc |
index 0907647a7f4dcecb06568fce49c77102b3c31bf1..7fd87bb746aa965c4819bac71c32e61b77457793 100644 |
--- a/content/child/indexed_db/proxy_webidbcursor_impl.cc |
+++ b/content/child/indexed_db/proxy_webidbcursor_impl.cc |
@@ -11,9 +11,9 @@ |
#include "content/child/indexed_db/indexed_db_key_builders.h" |
#include "content/common/indexed_db/indexed_db_messages.h" |
-using WebKit::WebData; |
-using WebKit::WebIDBCallbacks; |
-using WebKit::WebIDBKey; |
+using blink::WebData; |
+using blink::WebIDBCallbacks; |
+using blink::WebIDBKey; |
namespace content { |
@@ -60,7 +60,7 @@ void RendererWebIDBCursorImpl::continueFunction( |
IndexedDBDispatcher::ThreadSpecificInstance(thread_safe_sender_.get()); |
scoped_ptr<WebIDBCallbacks> callbacks(callbacks_ptr); |
- if (key.keyType() == WebKit::WebIDBKeyTypeNull) { |
+ if (key.keyType() == blink::WebIDBKeyTypeNull) { |
// No key, so this would qualify for a prefetch. |
++continue_count_; |