chromium/media/cast/logging/proto/proto_utils.cc

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

#include "media/cast/logging/proto/proto_utils.h"

#include "base/notreached.h"

#define TO_PROTO_ENUM(enum)

namespace media {
namespace cast {

proto::EventType ToProtoEventType(CastLoggingEvent event) {}

}  // namespace cast
}  // namespace media