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

Unified Diff: content/browser/tracing/memory_tracing_browsertest.cc

Issue 1874893002: Convert //content/browser from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/tracing/memory_tracing_browsertest.cc
diff --git a/content/browser/tracing/memory_tracing_browsertest.cc b/content/browser/tracing/memory_tracing_browsertest.cc
index 13b09231230a07df3d8c99a96c0238828c2a724a..cec3bb824453f0803ba6d2edce059219407f0782 100644
--- a/content/browser/tracing/memory_tracing_browsertest.cc
+++ b/content/browser/tracing/memory_tracing_browsertest.cc
@@ -126,7 +126,7 @@ class MemoryTracingTest : public ContentBrowserTest {
}
base::Closure on_memory_dump_complete_closure_;
- scoped_ptr<MockDumpProvider> mock_dump_provider_;
+ std::unique_ptr<MockDumpProvider> mock_dump_provider_;
uint32_t callback_call_count_;
uint64_t last_callback_dump_guid_;
bool last_callback_success_;
« no previous file with comments | « content/browser/tracing/etw_system_event_consumer_win.cc ('k') | content/browser/tracing/power_tracing_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698