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

Unified Diff: remoting/host/policy_hack/policy_watcher_mac.mm

Issue 628753002: replace OVERRIDE and FINAL with override and final in remoting/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 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: remoting/host/policy_hack/policy_watcher_mac.mm
diff --git a/remoting/host/policy_hack/policy_watcher_mac.mm b/remoting/host/policy_hack/policy_watcher_mac.mm
index 64e7ab03865e732261cd650a9af6bfd7fd8d04fd..c5c3a4dec3dc4d6624bab29e57e49ea09793eb64 100644
--- a/remoting/host/policy_hack/policy_watcher_mac.mm
+++ b/remoting/host/policy_hack/policy_watcher_mac.mm
@@ -32,14 +32,14 @@ class PolicyWatcherMac : public PolicyWatcher {
}
protected:
- virtual void StartWatchingInternal() OVERRIDE {
+ virtual void StartWatchingInternal() override {
Reload();
}
- virtual void StopWatchingInternal() OVERRIDE {
+ virtual void StopWatchingInternal() override {
}
- virtual void Reload() OVERRIDE {
+ virtual void Reload() override {
DCHECK(OnPolicyWatcherThread());
base::DictionaryValue policy;
« no previous file with comments | « remoting/host/policy_hack/policy_watcher_linux.cc ('k') | remoting/host/policy_hack/policy_watcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698