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

Unified Diff: sandbox/win/src/address_sanitizer_test.cc

Issue 1849323003: Convert //sandbox to use std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 4 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: sandbox/win/src/address_sanitizer_test.cc
diff --git a/sandbox/win/src/address_sanitizer_test.cc b/sandbox/win/src/address_sanitizer_test.cc
index 18239126188c5672d2439fb3e32a859af42f72cd..645e5070171bf3868f8640bac0fc058122ca1be8 100644
--- a/sandbox/win/src/address_sanitizer_test.cc
+++ b/sandbox/win/src/address_sanitizer_test.cc
@@ -31,7 +31,7 @@ class AddressSanitizerTests : public ::testing::Test {
}
protected:
- scoped_ptr<base::Environment> env_;
+ std::unique_ptr<base::Environment> env_;
bool had_asan_options_;
std::string old_asan_options_;
};

Powered by Google App Engine
This is Rietveld 408576698