Index: Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.h |
diff --git a/Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.h b/Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.h |
index bcb3651dca912af00c3aae35ca8fea18ee341186..b09e0561af2d1efc05d32873970d1b867e5ff145 100644 |
--- a/Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.h |
+++ b/Source/modules/webdatabase/WorkerGlobalScopeWebDatabase.h |
@@ -30,7 +30,7 @@ |
#include "platform/heap/Handle.h" |
#include "wtf/Forward.h" |
-namespace WebCore { |
+namespace blink { |
class Database; |
class DatabaseCallback; |
@@ -48,6 +48,6 @@ private: |
~WorkerGlobalScopeWebDatabase() { }; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // WorkerGlobalScopeWebDatabase_h |