Index: Source/web/IndexedDBClientImpl.h |
diff --git a/Source/web/IndexedDBClientImpl.h b/Source/web/IndexedDBClientImpl.h |
index c376c2f804eff4ec0cfc653bc80c4c4cea14e7ea..1c68828488f40edcfa4baeb316614ee2612455d2 100644 |
--- a/Source/web/IndexedDBClientImpl.h |
+++ b/Source/web/IndexedDBClientImpl.h |
@@ -31,17 +31,17 @@ |
#include "modules/indexeddb/IndexedDBClient.h" |
-namespace WebCore { |
+namespace blink { |
class ExecutionContext; |
} |
namespace blink { |
-class IndexedDBClientImpl FINAL : public WebCore::IndexedDBClient { |
+class IndexedDBClientImpl FINAL : public blink::IndexedDBClient { |
public: |
- static WebCore::IndexedDBClient* create(); |
+ static blink::IndexedDBClient* create(); |
- virtual bool allowIndexedDB(WebCore::ExecutionContext*, const String& name) OVERRIDE; |
+ virtual bool allowIndexedDB(blink::ExecutionContext*, const String& name) OVERRIDE; |
private: |
IndexedDBClientImpl() { } |