| Index: Source/modules/webdatabase/SQLTransactionCoordinator.h
|
| diff --git a/Source/modules/webdatabase/SQLTransactionCoordinator.h b/Source/modules/webdatabase/SQLTransactionCoordinator.h
|
| index 26a335122736b0bdf8901a2a4111164d19d4cd2f..3dfb9a023a3ffbb7167a98f0fcdc7f8251e39015 100644
|
| --- a/Source/modules/webdatabase/SQLTransactionCoordinator.h
|
| +++ b/Source/modules/webdatabase/SQLTransactionCoordinator.h
|
| @@ -39,7 +39,7 @@
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/text/StringHash.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class SQLTransactionBackend;
|
|
|
| @@ -77,6 +77,6 @@ private:
|
| void processPendingTransactions(CoordinationInfo&);
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // SQLTransactionCoordinator_h
|
|
|