Chromium Code Reviews| Index: net/http/http_server_properties.cc |
| =================================================================== |
| --- net/http/http_server_properties.cc (revision 0) |
| +++ net/http/http_server_properties.cc (revision 0) |
| @@ -0,0 +1,15 @@ |
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#include "net/http/http_server_properties.h" |
| + |
| +namespace net { |
| + |
| +HttpServerProperties::HttpServerProperties() { |
|
willchan no longer on Chromium
2011/10/04 05:55:02
There's no need for these to be in the .cc file. J
ramant (doing other things)
2011/10/06 06:17:52
Done.
|
| +} |
| + |
| +HttpServerProperties::~HttpServerProperties() { |
| +} |
| + |
| +} // namespace net |