| Index: content/browser/download/download_manager_impl_unittest.cc
|
| diff --git a/content/browser/download/download_manager_impl_unittest.cc b/content/browser/download/download_manager_impl_unittest.cc
|
| index 2eeafadb4893fad86c905f788c4ffdfc8953a69f..59da8aef33d1c9d8a131e1f9eab24f90a3126030 100644
|
| --- a/content/browser/download/download_manager_impl_unittest.cc
|
| +++ b/content/browser/download/download_manager_impl_unittest.cc
|
| @@ -327,7 +327,8 @@ class MockBrowserContext : public BrowserContext {
|
| const base::FilePath& partition_path, bool in_memory));
|
|
|
| // Define these two methods to avoid a
|
| - // cannot access private member declared in class 'ScopedVector<net::URLRequestInterceptor>'
|
| + // 'cannot access private member declared in class
|
| + // URLRequestInterceptorScopedVector'
|
| // build error if they're put in MOCK_METHOD.
|
| net::URLRequestContextGetter* CreateRequestContext(
|
| ProtocolHandlerMap* protocol_handlers,
|
|
|