Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / web / IndexedDBClientImpl.h
index c376c2f..050b494 100644 (file)
 
 #include "modules/indexeddb/IndexedDBClient.h"
 
-namespace WebCore {
-class ExecutionContext;
-}
-
 namespace blink {
 
-class IndexedDBClientImpl FINAL : public WebCore::IndexedDBClient {
+class ExecutionContext;
+
+class IndexedDBClientImpl FINAL : public IndexedDBClient {
 public:
-    static WebCore::IndexedDBClient* create();
+    static IndexedDBClient* create();
 
-    virtual bool allowIndexedDB(WebCore::ExecutionContext*, const String& name) OVERRIDE;
+    virtual bool allowIndexedDB(ExecutionContext*, const String& name) OVERRIDE;
 
 private:
     IndexedDBClientImpl() { }