summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/plugin_service.cc')
-rw-r--r--chrome/browser/plugin_service.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/plugin_service.cc b/chrome/browser/plugin_service.cc
index c3e1b14..c783451 100644
--- a/chrome/browser/plugin_service.cc
+++ b/chrome/browser/plugin_service.cc
@@ -186,7 +186,8 @@ FilePath PluginService::GetPluginPath(const GURL& url,
return FilePath();
}
-void PluginService::OnWaitableEventSignaled(base::WaitableEvent* waitable_event) {
+void PluginService::OnWaitableEventSignaled(
+ base::WaitableEvent* waitable_event) {
#if defined(OS_WIN)
if (waitable_event == hkcu_event_.get()) {
hkcu_key_.StartWatching();