| Index: Source/modules/webdatabase/AbstractSQLStatement.h
|
| diff --git a/Source/modules/webdatabase/AbstractSQLStatement.h b/Source/modules/webdatabase/AbstractSQLStatement.h
|
| index 9ddcda699881da61c15ce02f15e961762b8750c0..097d3983de3b832f9ccd74c4469b785f2a0af7ba 100644
|
| --- a/Source/modules/webdatabase/AbstractSQLStatement.h
|
| +++ b/Source/modules/webdatabase/AbstractSQLStatement.h
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "platform/heap/Handle.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class AbstractSQLStatementBackend;
|
|
|
| @@ -43,6 +43,6 @@ public:
|
| virtual bool hasErrorCallback() = 0;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // AbstractSQLStatement_h
|
|
|