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

Unified Diff: content/child/database_util.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
« no previous file with comments | « content/child/database_util.h ('k') | content/child/db_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/database_util.cc
diff --git a/content/child/database_util.cc b/content/child/database_util.cc
index e6a028b90494a48bcc24ef9151f76d0d9a624233..34cf1575a38c127e834a89be2563690716c8e09e 100644
--- a/content/child/database_util.cc
+++ b/content/child/database_util.cc
@@ -9,8 +9,8 @@
#include "third_party/WebKit/public/platform/WebString.h"
#include "third_party/sqlite/sqlite3.h"
-using WebKit::Platform;
-using WebKit::WebString;
+using blink::Platform;
+using blink::WebString;
namespace content {
« no previous file with comments | « content/child/database_util.h ('k') | content/child/db_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698