| Index: Source/modules/webdatabase/SQLTransactionBackendSync.h
|
| diff --git a/Source/modules/webdatabase/SQLTransactionBackendSync.h b/Source/modules/webdatabase/SQLTransactionBackendSync.h
|
| index 0d0b68903f670bb6d06f83137aa839adfb699923..ab255e76c4794cba1c9de52e5b9b0a6a2f0dcdd0 100644
|
| --- a/Source/modules/webdatabase/SQLTransactionBackendSync.h
|
| +++ b/Source/modules/webdatabase/SQLTransactionBackendSync.h
|
| @@ -39,7 +39,7 @@
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class DatabaseSync;
|
| class SQLResultSet;
|
| @@ -80,6 +80,6 @@ private:
|
| friend class SQLTransactionSync; // FIXME: Remove this once the front-end has been properly isolated.
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // SQLTransactionBackendSync_h
|
|
|