| Index: Source/modules/webdatabase/SQLTransactionSync.h
|
| diff --git a/Source/modules/webdatabase/SQLTransactionSync.h b/Source/modules/webdatabase/SQLTransactionSync.h
|
| index d409e24a29d9d5d9842f87419158fbedbccedd8c..3dc2a3004b3aa9858a938601c1a818fb88f51996 100644
|
| --- a/Source/modules/webdatabase/SQLTransactionSync.h
|
| +++ b/Source/modules/webdatabase/SQLTransactionSync.h
|
| @@ -35,7 +35,7 @@
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "modules/webdatabase/SQLTransactionBackendSync.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| // Instances of this class should be created and used only on the worker's context thread.
|
| class SQLTransactionSync FINAL : public SQLTransactionBackendSync, public ScriptWrappable {
|
| @@ -48,6 +48,6 @@ private:
|
| SQLTransactionSync(DatabaseSync*, PassOwnPtr<SQLTransactionSyncCallback>, bool readOnly);
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // SQLTransactionSync_h
|
|
|