summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/connection_tester.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/net/connection_tester.h')
-rw-r--r--chrome/browser/net/connection_tester.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/net/connection_tester.h b/chrome/browser/net/connection_tester.h
index 903f0b5..74b8e5e 100644
--- a/chrome/browser/net/connection_tester.h
+++ b/chrome/browser/net/connection_tester.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
@@ -174,7 +174,7 @@ class ConnectionTester {
// of the list is the one currently in progress.
ExperimentList remaining_experiments_;
- const scoped_refptr<net::URLRequestContext> proxy_request_context_;
+ net::URLRequestContext* const proxy_request_context_;
DISALLOW_COPY_AND_ASSIGN(ConnectionTester);
};