| Index: Source/modules/webdatabase/SQLStatement.h
|
| diff --git a/Source/modules/webdatabase/SQLStatement.h b/Source/modules/webdatabase/SQLStatement.h
|
| index f997c71f727c5a5d28d5c8be603ee6a0732f8a02..dd8911850259f05484cb8a15bf7233510a6f52b7 100644
|
| --- a/Source/modules/webdatabase/SQLStatement.h
|
| +++ b/Source/modules/webdatabase/SQLStatement.h
|
| @@ -36,7 +36,7 @@
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class AbstractSQLStatementBackend;
|
| class Database;
|
| @@ -70,6 +70,6 @@ private:
|
| SQLCallbackWrapper<SQLStatementErrorCallback> m_statementErrorCallbackWrapper;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // SQLStatement_h
|
|
|