Upstreaming browser/ui/uikit_ui_util from iOS.
[chromium-blink-merge.git] / chromecast / media / cma / ipc / media_memory_chunk.cc
blob0d6896958b9849c56ef7c77337a09610fe07f5db
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chromecast/media/cma/ipc/media_memory_chunk.h"
7 namespace chromecast {
8 namespace media {
10 MediaMemoryChunk::~MediaMemoryChunk() {
13 } // namespace media
14 } // namespace chromecast