| 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_;
|
| };
|
|
|