Chromium Code Reviews| Index: net/proxy/proxy_service_unittest.cc |
| diff --git a/net/proxy/proxy_service_unittest.cc b/net/proxy/proxy_service_unittest.cc |
| index 7dec76946dda7ead21ed80671276ce5d1e47744c..aefd5a3ab863a24c691251debf4bdd5579a73093 100644 |
| --- a/net/proxy/proxy_service_unittest.cc |
| +++ b/net/proxy/proxy_service_unittest.cc |
| @@ -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. |
| @@ -98,7 +98,7 @@ class MockProxyScriptFetcher : public ProxyScriptFetcher { |
| virtual void Cancel() {} |
| - virtual URLRequestContext* GetRequestContext() { return NULL; } |
| + virtual net::URLRequestContext* GetRequestContext() { return NULL; } |
|
wtc
2011/01/15 17:54:23
Undo this change (already in the 'net' namespace).
|
| const GURL& pending_request_url() const { |
| return pending_request_url_; |