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

Unified Diff: content/common/indexed_db/indexed_db_key_range.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/common/indexed_db/indexed_db_key_range.cc
diff --git a/content/common/indexed_db/indexed_db_key_range.cc b/content/common/indexed_db/indexed_db_key_range.cc
index 2c113eefe94fcf7abf4ef2c7a2975b5c7e76e329..fa16ddf667654d2968fea21f0ec2f86d51f1face 100644
--- a/content/common/indexed_db/indexed_db_key_range.cc
+++ b/content/common/indexed_db/indexed_db_key_range.cc
@@ -10,8 +10,8 @@
namespace content {
IndexedDBKeyRange::IndexedDBKeyRange()
- : lower_(WebKit::WebIDBKeyTypeNull),
- upper_(WebKit::WebIDBKeyTypeNull),
+ : lower_(blink::WebIDBKeyTypeNull),
+ upper_(blink::WebIDBKeyTypeNull),
lower_open_(false),
upper_open_(false) {}
« no previous file with comments | « content/common/indexed_db/indexed_db_key_path.cc ('k') | content/common/indexed_db/indexed_db_key_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698