forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modernize some TimeZoneMonitor code.
- Use std::make_unique() and "= default" in TimeZoneMonitorWin. - Change a TimeZoneMonitorWin member from std::unique_ptr<T> to T. - Get rid of DISALLOW_COPY_AND_ASSIGN() in TimeZoneMonitor. Change-Id: I9dea9a1873cf8a04ad77ca3953aeeada0c74e8e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3119686 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/main@{#916522}
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters