diff --git a/src/Microsoft.AspNet.StaticFiles/SendFileResponseExtensions.cs b/src/Microsoft.AspNet.StaticFiles/SendFileResponseExtensions.cs index 4ea40268d3..8a1981bb9f 100644 --- a/src/Microsoft.AspNet.StaticFiles/SendFileResponseExtensions.cs +++ b/src/Microsoft.AspNet.StaticFiles/SendFileResponseExtensions.cs @@ -3,11 +3,10 @@ using System; using System.Threading; using System.Threading.Tasks; -using Microsoft.AspNet.StaticFiles; using Microsoft.AspNet.Abstractions; using Microsoft.AspNet.HttpFeature; -namespace Microsoft.Owin +namespace Microsoft.AspNet.StaticFiles { /// /// Provides extensions for HttpResponse exposing the SendFile extension.