From e2e78ba15da9032de2d9e4f84a61d08611b63bee Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Tue, 11 Mar 2014 09:23:01 -0700 Subject: [PATCH] Fix extenstion method namespace. --- src/Microsoft.AspNet.StaticFiles/SendFileResponseExtensions.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.