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

Unified Diff: chrome/browser/profile_resetter/triggered_profile_resetter_win_unittest.cc

Issue 1367293002: clang/win: Fix build after https://codereview.chromium.org/1294923003 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profile_resetter/triggered_profile_resetter_win_unittest.cc
diff --git a/chrome/browser/profile_resetter/triggered_profile_resetter_win_unittest.cc b/chrome/browser/profile_resetter/triggered_profile_resetter_win_unittest.cc
index af1a44964233e58e997cab533cbc4cc20b353c92..1db72be52cf23910a80f02c74ada134a8f56e656 100644
--- a/chrome/browser/profile_resetter/triggered_profile_resetter_win_unittest.cc
+++ b/chrome/browser/profile_resetter/triggered_profile_resetter_win_unittest.cc
@@ -23,7 +23,7 @@ using base::win::RegKey;
class TriggeredProfileResetterTest : public testing::Test {
protected:
- void SetUp() {
+ void SetUp() override {
override_manager_.OverrideRegistry(HKEY_CURRENT_USER);
// Activate the triggered reset field trial for these tests.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698