Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / indexeddb / DOMWindowIndexedDatabase.h
index e8e6725..876b7ab 100644 (file)
@@ -30,7 +30,7 @@
 #include "modules/indexeddb/IndexedDBClient.h"
 #include "platform/Supplementable.h"
 
-namespace WebCore {
+namespace blink {
 
 class IDBFactory;
 class LocalDOMWindow;
@@ -58,6 +58,6 @@ private:
     PersistentWillBeMember<IDBFactory> m_idbFactory;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // DOMWindowIndexedDatabase_h