| Index: Source/modules/webdatabase/SQLTransactionBackend.h
|
| diff --git a/Source/modules/webdatabase/SQLTransactionBackend.h b/Source/modules/webdatabase/SQLTransactionBackend.h
|
| index 0e1ce415cfd54a6ac927f32e9b8cb68a5855ba60..972e57de3f2a9c541c5503246d0b9d9f76cdc78f 100644
|
| --- a/Source/modules/webdatabase/SQLTransactionBackend.h
|
| +++ b/Source/modules/webdatabase/SQLTransactionBackend.h
|
| @@ -38,7 +38,7 @@
|
| #include "wtf/ThreadingPrimitives.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class AbstractSQLTransaction;
|
| class DatabaseBackend;
|
| @@ -132,6 +132,6 @@ private:
|
| OwnPtr<SQLiteTransaction> m_sqliteTransaction;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // SQLTransactionBackend_h
|
|
|