blob: d3e7e19fc675d06f11a40f822470aef0e4d03140 [file] [log] [blame]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "cobalt/media/base/renderer_factory.h"
namespace cobalt {
namespace media {
RendererFactory::RendererFactory() {}
RendererFactory::~RendererFactory() {}
} // namespace media
} // namespace cobalt