Chromium Code Reviews| Index: net/proxy/init_proxy_resolver_unittest.cc |
| diff --git a/net/proxy/init_proxy_resolver_unittest.cc b/net/proxy/init_proxy_resolver_unittest.cc |
| index c1a69d179ac45139c636a7829a34de7d114b90b9..91097d0e6ea1f6ba55d8194af9545d9b84fb2cc1 100644 |
| --- a/net/proxy/init_proxy_resolver_unittest.cc |
| +++ b/net/proxy/init_proxy_resolver_unittest.cc |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2009 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. |
| @@ -107,7 +107,7 @@ class RuleBasedProxyScriptFetcher : public ProxyScriptFetcher { |
| virtual void Cancel() {} |
| - virtual URLRequestContext* GetRequestContext() { return NULL; } |
| + virtual net::URLRequestContext* GetRequestContext() { return NULL; } |
|
wtc
2011/01/15 17:54:23
Undo the changes to this file because it's already
|
| private: |
| const Rules* rules_; |