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

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

Issue 1118473005: Apply automated fixits for Chrome clang plugin to sandbox. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | sandbox/win/src/eat_resolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 6eb2c85382046ef3d8d7982e6a7eed1b9be2b2e9..b88aa81cd43cb12347929962564317c37228a9b5 100644
--- a/sandbox/win/src/address_sanitizer_test.cc
+++ b/sandbox/win/src/address_sanitizer_test.cc
@@ -18,12 +18,12 @@ namespace sandbox {
class AddressSanitizerTests : public ::testing::Test {
public:
- void SetUp() {
+ void SetUp() override {
env_.reset(base::Environment::Create());
had_asan_options_ = env_->GetVar("ASAN_OPTIONS", &old_asan_options_);
}
- void TearDown() {
+ void TearDown() override {
if (had_asan_options_)
ASSERT_TRUE(env_->SetVar("ASAN_OPTIONS", old_asan_options_));
else
« no previous file with comments | « no previous file | sandbox/win/src/eat_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698