diff options
Diffstat (limited to 'net/spdy/spdy_test_util.h')
-rw-r--r-- | net/spdy/spdy_test_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/spdy/spdy_test_util.h b/net/spdy/spdy_test_util.h index 1b052fa..96ce5de 100644 --- a/net/spdy/spdy_test_util.h +++ b/net/spdy/spdy_test_util.h @@ -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. @@ -397,7 +397,7 @@ class SpdySessionDependencies { } }; -class SpdyURLRequestContext : public URLRequestContext { +class SpdyURLRequestContext : public net::URLRequestContext { public: SpdyURLRequestContext() { host_resolver_ = new MockHostResolver(); |