| Index: chrome/test/plugin/plugin_test.cpp
|
| diff --git a/chrome/test/plugin/plugin_test.cpp b/chrome/test/plugin/plugin_test.cpp
|
| index ad1d777ffd98631c7519b4577711b20cdde17b77..3ff5e214fcd1b0cdb677a7a152b2ab05c37fed2e 100644
|
| --- a/chrome/test/plugin/plugin_test.cpp
|
| +++ b/chrome/test/plugin/plugin_test.cpp
|
| @@ -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.
|
|
|
| @@ -259,7 +259,7 @@ class PluginInstallerDownloadTest
|
| public testing::Test {
|
| public:
|
| // This class provides HTTP request context information for the downloads.
|
| - class UploadRequestContext : public URLRequestContext {
|
| + class UploadRequestContext : public net::URLRequestContext {
|
| public:
|
| UploadRequestContext() {
|
| Initialize();
|
|
|