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

Unified Diff: base/test/test_discardable_memory_allocator.h

Issue 1852433005: Convert //base to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase after r384946 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
« no previous file with comments | « base/test/launcher/test_results_tracker.cc ('k') | base/test/test_discardable_memory_allocator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_discardable_memory_allocator.h
diff --git a/base/test/test_discardable_memory_allocator.h b/base/test/test_discardable_memory_allocator.h
index 142b3285e99dd2dcc698d041c05d94b734ea2830..a6a4351f82aabed5a31b6cf05179706065dab487 100644
--- a/base/test/test_discardable_memory_allocator.h
+++ b/base/test/test_discardable_memory_allocator.h
@@ -21,7 +21,7 @@ class TestDiscardableMemoryAllocator : public DiscardableMemoryAllocator {
~TestDiscardableMemoryAllocator() override;
// Overridden from DiscardableMemoryAllocator:
- scoped_ptr<DiscardableMemory> AllocateLockedDiscardableMemory(
+ std::unique_ptr<DiscardableMemory> AllocateLockedDiscardableMemory(
size_t size) override;
private:
« no previous file with comments | « base/test/launcher/test_results_tracker.cc ('k') | base/test/test_discardable_memory_allocator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698