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

Unified Diff: Source/modules/webdatabase/sqlite/SQLiteStatement.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/SQLiteStatement.cpp
diff --git a/Source/modules/webdatabase/sqlite/SQLiteStatement.cpp b/Source/modules/webdatabase/sqlite/SQLiteStatement.cpp
index 61c35d4ed2b44ef8c1db18fcf2a8d27beb028f74..e9ce184195ec3ce590905b77a93b78bbf290805c 100644
--- a/Source/modules/webdatabase/sqlite/SQLiteStatement.cpp
+++ b/Source/modules/webdatabase/sqlite/SQLiteStatement.cpp
@@ -38,7 +38,7 @@
#error SQLite version 3.6.16 or newer is required
#endif
-namespace WebCore {
+namespace blink {
SQLiteStatement::SQLiteStatement(SQLiteDatabase& db, const String& sql)
: m_database(db)
@@ -273,4 +273,4 @@ int64_t SQLiteStatement::getColumnInt64(int col)
return sqlite3_column_int64(m_statement, col);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/webdatabase/sqlite/SQLiteStatement.h ('k') | Source/modules/webdatabase/sqlite/SQLiteTransaction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698