#ifndef THIRD_PARTY_BLINK_PUBLIC_WEB_WEB_MEDIA_INSPECTOR_H_
#define THIRD_PARTY_BLINK_PUBLIC_WEB_WEB_MEDIA_INSPECTOR_H_
#include "base/time/time.h"
#include "third_party/blink/public/platform/web_string.h"
#include "third_party/blink/public/platform/web_vector.h"
namespace blink {
struct InspectorPlayerMessage { … };
InspectorPlayerMessages;
struct InspectorPlayerProperty { … };
InspectorPlayerProperties;
struct InspectorPlayerEvent { … };
InspectorPlayerEvents;
struct InspectorPlayerError { … };
InspectorPlayerErrors;
class MediaInspectorContext { … };
}
#endif