#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_MEDIA_SMOOTHNESS_HELPER_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_MEDIA_SMOOTHNESS_HELPER_H_
#include <memory>
#include "media/base/buffering_state.h"
#include "media/base/pipeline_status.h"
#include "media/learning/common/labelled_example.h"
#include "third_party/blink/renderer/platform/platform_export.h"
namespace media {
namespace learning {
class LearningTaskController;
}
}
namespace blink {
class PLATFORM_EXPORT SmoothnessHelper { … };
}
#endif