Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(390)

Unified Diff: content/browser/download/download_manager_impl_unittest.cc

Issue 2752533003: Remove ScopedVector from content/browser/. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « content/browser/background_sync/background_sync_service_impl.cc ('k') | content/browser/frame_host/navigation_handle_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698