net: Add SetUploadStream method to URLFetcher.
[chromium-blink-merge.git] / media / audio / audio_output_ipc.cc
blob233a3b8ec7f3d5a9f2add795965e1d616454ca3c
1 // Copyright (c) 2012 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 "media/audio/audio_output_ipc.h"
7 namespace media {
9 AudioOutputIPCDelegate::~AudioOutputIPCDelegate() {}
11 AudioOutputIPC::~AudioOutputIPC() {}
13 } // namespace media