| Index: Source/modules/webdatabase/AbstractSQLTransactionBackend.h
|
| diff --git a/Source/modules/webdatabase/AbstractSQLTransactionBackend.h b/Source/modules/webdatabase/AbstractSQLTransactionBackend.h
|
| index e72ac8ebf761f43e1e92af1478c231ba00747f35..80377d052444c10596fea7ef4f034a4bc8007eec 100644
|
| --- a/Source/modules/webdatabase/AbstractSQLTransactionBackend.h
|
| +++ b/Source/modules/webdatabase/AbstractSQLTransactionBackend.h
|
| @@ -36,7 +36,7 @@
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class AbstractSQLTransactionBackend : public ThreadSafeRefCountedWillBeGarbageCollectedFinalized<AbstractSQLTransactionBackend> {
|
| public:
|
| @@ -54,6 +54,6 @@ public:
|
|
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // AbstractSQLTransactionBackend_h
|
|
|