blob: ea120c4782986138969cfd024b22ffa8506fbebc [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 "chromecast/media/cma/backend/media_pipeline_device.h"
namespace chromecast {
namespace media {
MediaPipelineDevice::MediaPipelineDevice() {
}
MediaPipelineDevice::~MediaPipelineDevice() {
}
} // namespace media
} // namespace chromecast