| Index: Source/modules/webdatabase/sqlite/SQLiteTransaction.h
|
| diff --git a/Source/modules/webdatabase/sqlite/SQLiteTransaction.h b/Source/modules/webdatabase/sqlite/SQLiteTransaction.h
|
| index 9a9bf7157aa820c27ef548ad1cc5a7295164dfe1..8fc62d795db38598bfabd4a74055dc37304bd574 100644
|
| --- a/Source/modules/webdatabase/sqlite/SQLiteTransaction.h
|
| +++ b/Source/modules/webdatabase/sqlite/SQLiteTransaction.h
|
| @@ -29,7 +29,7 @@
|
| #include "wtf/FastAllocBase.h"
|
| #include "wtf/Noncopyable.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class SQLiteDatabase;
|
|
|
| @@ -52,6 +52,6 @@ private:
|
| bool m_readOnly;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // SQLiteTransation_H
|
|
|