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

Unified Diff: remoting/client/plugin/normalizing_input_filter_mac.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/client/plugin/normalizing_input_filter_mac.h
diff --git a/remoting/client/plugin/normalizing_input_filter_mac.h b/remoting/client/plugin/normalizing_input_filter_mac.h
index ed1d0d3c4384a66b49e3f5fb997d5d509c5d0b52..5e339119fc334aeca55feee97e1d9c1253b36f87 100644
--- a/remoting/client/plugin/normalizing_input_filter_mac.h
+++ b/remoting/client/plugin/normalizing_input_filter_mac.h
@@ -48,7 +48,7 @@ class NormalizingInputFilterMac : public protocol::InputFilter {
virtual ~NormalizingInputFilterMac();
// InputFilter overrides.
- virtual void InjectKeyEvent(const protocol::KeyEvent& event) OVERRIDE;
+ virtual void InjectKeyEvent(const protocol::KeyEvent& event) override;
private:
typedef std::map<int, protocol::KeyEvent> KeyPressedMap;
« no previous file with comments | « remoting/client/plugin/normalizing_input_filter_cros.h ('k') | remoting/client/plugin/pepper_address_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698