Chromium Code Reviews

Unified Diff: remoting/host/host_window_proxy.h

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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « remoting/host/host_status_sender_unittest.cc ('k') | remoting/host/host_window_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_window_proxy.h
diff --git a/remoting/host/host_window_proxy.h b/remoting/host/host_window_proxy.h
index da6add8d273796f50620856942292ce3c96ee014..8c4828e59a6ab9722e55ebab62881c2c5fe2a888 100644
--- a/remoting/host/host_window_proxy.h
+++ b/remoting/host/host_window_proxy.h
@@ -29,7 +29,7 @@ class HostWindowProxy : public HostWindow {
// HostWindow overrides.
virtual void Start(
const base::WeakPtr<ClientSessionControl>& client_session_control)
- OVERRIDE;
+ override;
private:
// All thread switching logic is implemented in the ref-counted |Core| class.
« no previous file with comments | « remoting/host/host_status_sender_unittest.cc ('k') | remoting/host/host_window_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine