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

Unified Diff: chrome/installer/setup/install_worker_unittest.cc

Issue 1109043003: Apply automated fixits for Chrome clang plugin to chrome. (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
Index: chrome/installer/setup/install_worker_unittest.cc
diff --git a/chrome/installer/setup/install_worker_unittest.cc b/chrome/installer/setup/install_worker_unittest.cc
index d47f0424195e4ed113637cc233a7963868755312..9cd28f086d8db0137ec9b6c6e623c343b4d516e7 100644
--- a/chrome/installer/setup/install_worker_unittest.cc
+++ b/chrome/installer/setup/install_worker_unittest.cc
@@ -166,7 +166,7 @@ class MockInstallerState : public InstallerState {
class InstallWorkerTest : public testing::Test {
public:
- virtual void SetUp() {
+ void SetUp() override {
current_version_.reset(new Version("1.0.0.0"));
new_version_.reset(new Version("42.0.0.0"));
@@ -186,8 +186,7 @@ class InstallWorkerTest : public testing::Test {
temp_dir_ = base::FilePath(L"C:\\UnlikelyPath\\Temp\\chrome_123");
}
- virtual void TearDown() {
- }
+ void TearDown() override {}
void MaybeAddBinariesToInstallationState(
bool system_level,
« no previous file with comments | « chrome/installer/mini_installer/mini_string_test.cc ('k') | chrome/installer/util/conditional_work_item_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698