diff options
Diffstat (limited to 'net/proxy/proxy_resolver_winhttp.h')
-rw-r--r-- | net/proxy/proxy_resolver_winhttp.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/proxy/proxy_resolver_winhttp.h b/net/proxy/proxy_resolver_winhttp.h index f6da68c..68d1109 100644 --- a/net/proxy/proxy_resolver_winhttp.h +++ b/net/proxy/proxy_resolver_winhttp.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -6,8 +6,6 @@ #define NET_PROXY_PROXY_RESOLVER_WINHTTP_H_ #pragma once -#include <string> - #include "googleurl/src/gurl.h" #include "net/proxy/proxy_resolver.h" |