| Index: Source/modules/webdatabase/AbstractSQLStatementBackend.h
|
| diff --git a/Source/modules/webdatabase/AbstractSQLStatementBackend.h b/Source/modules/webdatabase/AbstractSQLStatementBackend.h
|
| index 1e55220f5ac96b7519c2e4544882f981bc448806..609d8ee992473be3a8e53525c35e796675a3de28 100644
|
| --- a/Source/modules/webdatabase/AbstractSQLStatementBackend.h
|
| +++ b/Source/modules/webdatabase/AbstractSQLStatementBackend.h
|
| @@ -31,7 +31,7 @@
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/ThreadSafeRefCounted.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class AbstractSQLStatementBackend : public ThreadSafeRefCountedWillBeGarbageCollectedFinalized<AbstractSQLStatementBackend> {
|
| public:
|
| @@ -42,6 +42,6 @@ public:
|
| virtual SQLResultSet* sqlResultSet() const = 0;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // AbstractSQLStatementBackend_h
|
|
|