Commit a48fd5ad authored by Fredrik Hubinette's avatar Fredrik Hubinette Committed by Commit Bot

minor fix, replace comman with semicolon

Bug: 
Change-Id: I4b7ffbe40e81c2e2f13feda4dae3437dbf07977b
Reviewed-on: https://chromium-review.googlesource.com/627390Reviewed-by: default avatarDan Sanders <sandersd@chromium.org>
Commit-Queue: Fredrik Hubinette <hubbe@chromium.org>
Cr-Commit-Position: refs/heads/master@{#496501}
parent 9a191e73
......@@ -238,7 +238,8 @@ void RendererWebMediaPlayerDelegate::SetIdleCleanupParamsForTesting(
base::TimeDelta idle_cleanup_interval,
base::TickClock* tick_clock,
bool is_jelly_bean) {
idle_cleanup_interval_ = idle_cleanup_interval, idle_timeout_ = idle_timeout;
idle_cleanup_interval_ = idle_cleanup_interval;
idle_timeout_ = idle_timeout;
tick_clock_ = tick_clock;
is_jelly_bean_ = is_jelly_bean;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment