blob: 589350eb3f5cdd70779dc6d0f3f4bfb5351600a1 [file] [log] [blame]
// Copyright 2018 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 "services/audio/test/mock_log.h"
namespace audio {
MockLog::MockLog() : receiver_(this) {}
MockLog::~MockLog() = default;
} // namespace audio