Fix extenstion method namespace.

This commit is contained in:
Chris Ross 2014-03-11 09:23:01 -07:00
parent 23752ee478
commit e2e78ba15d
1 changed files with 1 additions and 2 deletions

View File

@ -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
{
/// <summary>
/// Provides extensions for HttpResponse exposing the SendFile extension.