| Index: Source/modules/webdatabase/DOMWindowWebDatabase.h
|
| diff --git a/Source/modules/webdatabase/DOMWindowWebDatabase.h b/Source/modules/webdatabase/DOMWindowWebDatabase.h
|
| index 0331e9ab1bdd418e26aba4754893036ea25e24e0..effca8cb652660c7729434bf9f1af754cae39573 100644
|
| --- a/Source/modules/webdatabase/DOMWindowWebDatabase.h
|
| +++ b/Source/modules/webdatabase/DOMWindowWebDatabase.h
|
| @@ -31,7 +31,7 @@
|
| #include "wtf/Forward.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class LocalDOMWindow;
|
| class Database;
|
| @@ -48,6 +48,6 @@ private:
|
| ~DOMWindowWebDatabase() { };
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // DOMWindowWebDatabase_h
|
|
|