Evict resources from resource pool after timeout
[chromium-blink-merge.git] / net / url_request / redirect_info.cc
blob16b517a994bba2f661260f6727b96ba5a2874c7f
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "net/url_request/redirect_info.h"
7 namespace net {
9 RedirectInfo::RedirectInfo() : status_code(-1) {}
11 RedirectInfo::~RedirectInfo() {}
13 } // namespace net