Index: net/websockets/websocket_job_unittest.cc |
diff --git a/net/websockets/websocket_job_unittest.cc b/net/websockets/websocket_job_unittest.cc |
index 43d8509706bcde44a8ea3421ba1f48039913b975..8a921e7a02c32aa0ecff1df2ce751c213cc42196 100644 |
--- a/net/websockets/websocket_job_unittest.cc |
+++ b/net/websockets/websocket_job_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. |
@@ -177,7 +177,7 @@ class MockCookiePolicy : public CookiePolicy, |
CompletionCallback* callback_; |
}; |
-class MockURLRequestContext : public URLRequestContext { |
+class MockURLRequestContext : public net::URLRequestContext { |
wtc
2011/01/15 17:54:23
Undo this change (already in the 'net' namespace).
|
public: |
MockURLRequestContext(CookieStore* cookie_store, |
CookiePolicy* cookie_policy) { |