Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / webdatabase / DatabaseTracker.h
index f1ad449..84fc99c 100644 (file)
@@ -36,7 +36,7 @@
 #include "wtf/text/StringHash.h"
 #include "wtf/text/WTFString.h"
 
-namespace WebCore {
+namespace blink {
 
 class DatabaseBackendBase;
 class DatabaseContext;
@@ -82,6 +82,6 @@ private:
     mutable OwnPtr<DatabaseOriginMap> m_openDatabaseMap;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // DatabaseTracker_h