Index: Source/web/IDBCursorBackendProxy.h |
diff --git a/Source/web/IDBCursorBackendProxy.h b/Source/web/IDBCursorBackendProxy.h |
index 08f2ebb226b11a5abcf02a974e3be02df5e94976..ebe83e51ce018e9a8c6bb654f448ce4797bd01b0 100644 |
--- a/Source/web/IDBCursorBackendProxy.h |
+++ b/Source/web/IDBCursorBackendProxy.h |
@@ -33,7 +33,7 @@ |
#include "wtf/RefPtr.h" |
#include "modules/indexeddb/IDBCursorBackendInterface.h" |
-namespace WebKit { |
+namespace blink { |
class IDBCursorBackendProxy : public WebCore::IDBCursorBackendInterface { |
public: |
@@ -50,6 +50,6 @@ private: |
OwnPtr<WebIDBCursor> m_idbCursor; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // IDBCursorBackendProxy_h |