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

Unified Diff: chrome/browser/sync_file_system/local/canned_syncable_file_system.cc

Issue 2618393003: Remove ScopedVector from ContentBrowserClient. (Closed)
Patch Set: rebase Created 3 years, 11 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: chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
diff --git a/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc b/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
index 73d9b608cf30f2fbfbc1b7aa398255a333fd2515..4009f5522b149966563588fd3e405c2e541ad34b 100644
--- a/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
+++ b/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
@@ -252,7 +252,7 @@ void CannedSyncableFileSystem::SetUp(QuotaMode quota_mode) {
additional_allowed_schemes,
env_override_);
- ScopedVector<storage::FileSystemBackend> additional_backends;
+ std::vector<std::unique_ptr<storage::FileSystemBackend>> additional_backends;
additional_backends.push_back(SyncFileSystemBackend::CreateForTesting());
file_system_context_ = new FileSystemContext(
« no previous file with comments | « chrome/browser/platform_util_unittest.cc ('k') | chrome/browser/sync_file_system/local/sync_file_system_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698