Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / webdatabase / DOMWindowWebDatabase.h
index ce0833a..effca8c 100644 (file)
 #define DOMWindowWebDatabase_h
 
 #include "platform/heap/Handle.h"
-#include "wtf/PassRefPtr.h"
-#include "wtf/RefCounted.h"
-#include "wtf/RefPtr.h"
+#include "wtf/Forward.h"
 #include "wtf/text/WTFString.h"
 
-namespace WebCore {
+namespace blink {
 
 class LocalDOMWindow;
 class Database;
@@ -50,6 +48,6 @@ private:
     ~DOMWindowWebDatabase() { };
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // DOMWindowWebDatabase_h