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

Unified Diff: Source/modules/webdatabase/sqlite/SQLValue.cpp

Issue 403013002: Rename WebCore to blink in Modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months 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: Source/modules/webdatabase/sqlite/SQLValue.cpp
diff --git a/Source/modules/webdatabase/sqlite/SQLValue.cpp b/Source/modules/webdatabase/sqlite/SQLValue.cpp
index 8161c0faac9c98b5a70ed30804bd222ae0d89ed9..bf0928bff7da533b79513f80cab24ad01488c5c3 100644
--- a/Source/modules/webdatabase/sqlite/SQLValue.cpp
+++ b/Source/modules/webdatabase/sqlite/SQLValue.cpp
@@ -29,7 +29,7 @@
#include "config.h"
#include "modules/webdatabase/sqlite/SQLValue.h"
-namespace WebCore {
+namespace blink {
SQLValue::SQLValue(const SQLValue& val)
: m_type(val.m_type)
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLValue.h ('k') | Source/modules/webdatabase/sqlite/SQLiteAuthorizer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698