| Index: net/http/http_auth_handler_ntlm.h
|
| ===================================================================
|
| --- net/http/http_auth_handler_ntlm.h (revision 89554)
|
| +++ net/http/http_auth_handler_ntlm.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// 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.
|
|
|
| @@ -35,7 +35,7 @@
|
| class URLSecurityManager;
|
|
|
| // Code for handling HTTP NTLM authentication.
|
| -class HttpAuthHandlerNTLM : public HttpAuthHandler {
|
| +class NET_TEST HttpAuthHandlerNTLM : public HttpAuthHandler {
|
| public:
|
| class Factory : public HttpAuthHandlerFactory {
|
| public:
|
|
|