Chromium Code Reviews

Unified Diff: remoting/client/plugin/pepper_plugin_thread_delegate.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
Index: remoting/client/plugin/pepper_plugin_thread_delegate.h
diff --git a/remoting/client/plugin/pepper_plugin_thread_delegate.h b/remoting/client/plugin/pepper_plugin_thread_delegate.h
index 114a46081b7c30093ee9c912fda9aeebb76cb492..aa3ce33e0a0bbf6a3109f9938e08a25097a673c7 100644
--- a/remoting/client/plugin/pepper_plugin_thread_delegate.h
+++ b/remoting/client/plugin/pepper_plugin_thread_delegate.h
@@ -19,7 +19,7 @@ class PepperPluginThreadDelegate : public PluginThreadTaskRunner::Delegate {
virtual ~PepperPluginThreadDelegate();
virtual bool RunOnPluginThread(
- base::TimeDelta delay, void(CDECL function)(void*), void* data) OVERRIDE;
+ base::TimeDelta delay, void(CDECL function)(void*), void* data) override;
private:
pp::Core* core_;
« no previous file with comments | « remoting/client/plugin/pepper_packet_socket_factory.cc ('k') | remoting/client/plugin/pepper_port_allocator.h » ('j') | no next file with comments »

Powered by Google App Engine