| Index: Source/modules/webdatabase/SQLStatementSync.h
|
| diff --git a/Source/modules/webdatabase/SQLStatementSync.h b/Source/modules/webdatabase/SQLStatementSync.h
|
| index b3a42f46232fe24b6e1d848084ef9d126541263d..65797112070487d1f3066a465b9abb59115b2f33 100644
|
| --- a/Source/modules/webdatabase/SQLStatementSync.h
|
| +++ b/Source/modules/webdatabase/SQLStatementSync.h
|
| @@ -38,7 +38,7 @@
|
| #include "wtf/Vector.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class DatabaseSync;
|
| class ExceptionState;
|
| @@ -56,6 +56,6 @@ private:
|
| int m_permissions;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // SQLStatementSync_h
|
|
|