| Index: media/audio/audio_manager_base.cc
|
| diff --git a/media/audio/audio_manager_base.cc b/media/audio/audio_manager_base.cc
|
| index 024aff3556c75677ae58944c33c2ef0fa2b30393..6aa67f2139e1502ad5a860b9086acf07bc86d06a 100644
|
| --- a/media/audio/audio_manager_base.cc
|
| +++ b/media/audio/audio_manager_base.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -6,9 +6,7 @@
|
| #include "media/audio/audio_output_dispatcher.h"
|
| #include "media/audio/audio_output_proxy.h"
|
|
|
| -namespace {
|
| -const int kStreamCloseDelayMs = 5000;
|
| -} // namespace
|
| +static const int kStreamCloseDelayMs = 5000;
|
|
|
| AudioManagerBase::AudioManagerBase()
|
| : audio_thread_("AudioThread"),
|
|
|