chromium/third_party/blink/renderer/platform/media/learning_experiment_helper.h

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_MEDIA_LEARNING_EXPERIMENT_HELPER_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_MEDIA_LEARNING_EXPERIMENT_HELPER_H_

#include <memory>

#include "media/learning/common/feature_dictionary.h"
#include "media/learning/common/labelled_example.h"
#include "media/learning/common/learning_task.h"
#include "media/learning/common/learning_task_controller.h"
#include "third_party/blink/renderer/platform/platform_export.h"

namespace blink {

// Helper for adding a learning experiment to existing code.
class PLATFORM_EXPORT LearningExperimentHelper {};

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_PLATFORM_MEDIA_LEARNING_EXPERIMENT_HELPER_H_