From c3e3589c3e2dd1bc2e80d708fd49414376b2da8e Mon Sep 17 00:00:00 2001 From: "rsleevi@chromium.org" Date: Tue, 12 Feb 2013 02:08:01 +0000 Subject: Linux/ChromeOS Chromium style checker cleanup, content/ edition. Automated clean up of style checker errors that were missed due to the plugin not being executed on implementation files. BUG=115047 Review URL: https://chromiumcodereview.appspot.com/12210030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181822 0039d316-1c4b-4281-b951-d872f2087c98 --- content/plugin/plugin_thread.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/plugin/plugin_thread.cc') diff --git a/content/plugin/plugin_thread.cc b/content/plugin/plugin_thread.cc index 3182158..ea0cbc1 100644 --- a/content/plugin/plugin_thread.cc +++ b/content/plugin/plugin_thread.cc @@ -51,7 +51,7 @@ class EnsureTerminateMessageFilter : public IPC::ChannelProxy::MessageFilter { virtual ~EnsureTerminateMessageFilter() {} // IPC::ChannelProxy::MessageFilter: - virtual void OnChannelError() { + virtual void OnChannelError() OVERRIDE { // How long we wait before forcibly shutting down the process. const base::TimeDelta kPluginProcessTerminateTimeout = base::TimeDelta::FromSeconds(3); -- cgit v1.1