| Index: Source/modules/webdatabase/AbstractSQLTransaction.h
|
| diff --git a/Source/modules/webdatabase/AbstractSQLTransaction.h b/Source/modules/webdatabase/AbstractSQLTransaction.h
|
| index d32fe67f72687a96eca4975da259814fdbf30502..e999596969211a8adaa63a9716ff87596e0188df 100644
|
| --- a/Source/modules/webdatabase/AbstractSQLTransaction.h
|
| +++ b/Source/modules/webdatabase/AbstractSQLTransaction.h
|
| @@ -30,7 +30,7 @@
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/ThreadSafeRefCounted.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class AbstractSQLTransactionBackend;
|
|
|
| @@ -48,6 +48,6 @@ public:
|
| virtual void setBackend(AbstractSQLTransactionBackend*) = 0;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // AbstractSQLTransaction_h
|
|
|