Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: content/child/indexed_db/proxy_webidbcursor_impl.cc

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « content/child/indexed_db/proxy_webidbcursor_impl.h ('k') | content/child/indexed_db/proxy_webidbcursor_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698