| Index: Source/modules/webdatabase/sqlite/SQLiteStatement.h
|
| diff --git a/Source/modules/webdatabase/sqlite/SQLiteStatement.h b/Source/modules/webdatabase/sqlite/SQLiteStatement.h
|
| index 2ee054165265a79242223f42d9c3467ee9a5c297..0c79cff61f47b19752dd102ad8abd7470416cd8c 100644
|
| --- a/Source/modules/webdatabase/sqlite/SQLiteStatement.h
|
| +++ b/Source/modules/webdatabase/sqlite/SQLiteStatement.h
|
| @@ -30,7 +30,7 @@
|
|
|
| struct sqlite3_stmt;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class SQLValue;
|
|
|
| @@ -76,6 +76,6 @@ private:
|
| #endif
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // SQLiteStatement_h
|
|
|