blob: 16b517a994bba2f661260f6727b96ba5a2874c7f [file] [log] [blame]
Torne (Richard Coles)6e8cce62014-08-19 13:00:08 +01001// 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.
4
5#include "net/url_request/redirect_info.h"
6
7namespace net {
8
9RedirectInfo::RedirectInfo() : status_code(-1) {}
10
11RedirectInfo::~RedirectInfo() {}
12
13} // namespace net