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

Unified Diff: content/browser/presentation/presentation_service_impl_unittest.cc

Issue 2574673002: Removes ScopedVector from presentation_service_impl. (Closed)
Patch Set: Fixes test. Created 4 years 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/presentation/presentation_service_impl_unittest.cc
diff --git a/content/browser/presentation/presentation_service_impl_unittest.cc b/content/browser/presentation/presentation_service_impl_unittest.cc
index a92dc8c13160db23a48003b4c8c616aada0c812b..62973068dfcd069098f30e9ccaa951b4b11dbae1 100644
--- a/content/browser/presentation/presentation_service_impl_unittest.cc
+++ b/content/browser/presentation/presentation_service_impl_unittest.cc
@@ -351,7 +351,7 @@ class PresentationServiceImplTest : public RenderViewHostImplTestHarness {
run_loop.Run();
}
- ScopedVector<PresentationConnectionMessage> messages;
+ std::vector<std::unique_ptr<PresentationConnectionMessage>> messages;
std::unique_ptr<content::PresentationConnectionMessage> message;
message.reset(new content::PresentationConnectionMessage(
PresentationMessageType::TEXT));
« no previous file with comments | « content/browser/presentation/presentation_service_impl.cc ('k') | content/public/browser/presentation_service_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698