| Index: media/cast/logging/stats_event_subscriber.cc
|
| diff --git a/media/cast/logging/stats_event_subscriber.cc b/media/cast/logging/stats_event_subscriber.cc
|
| index 9d68710bed0ef99f0994f7ed18f62308ff4295f6..a254e634a8b1adba99e0eb3794b975ab20de88e6 100644
|
| --- a/media/cast/logging/stats_event_subscriber.cc
|
| +++ b/media/cast/logging/stats_event_subscriber.cc
|
| @@ -2,10 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include <cmath>
|
| -
|
| #include "media/cast/logging/stats_event_subscriber.h"
|
|
|
| +#include <algorithm>
|
| +#include <cmath>
|
| +
|
| #include "base/format_macros.h"
|
| #include "base/logging.h"
|
| #include "base/strings/stringprintf.h"
|
|
|