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 { |