Chromium Code Reviews| Index: media/audio/audio_input_controller.cc |
| diff --git a/media/audio/audio_input_controller.cc b/media/audio/audio_input_controller.cc |
| index 1e23f53081a837f8f540ddede699ea69415b5b89..3d58a50bcbf7d2c214b4248eef1d2ca17ed04ff7 100644 |
| --- a/media/audio/audio_input_controller.cc |
| +++ b/media/audio/audio_input_controller.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. |
| @@ -7,14 +7,10 @@ |
| #include "base/threading/thread_restrictions.h" |
| #include "media/base/limits.h" |
| -namespace { |
| - |
| -const int kMaxInputChannels = 2; |
| - |
| -} // namespace |
| - |
| namespace media { |
| +static const int kMaxInputChannels = 2; |
|
Ami GONE FROM CHROMIUM
2011/03/04 22:52:04
FWIW, for integral constants, using an unnamed enu
scherkus (not reviewing)
2011/03/07 14:57:56
Neat suggestion! I'll keep that around for anothe
|
| + |
| // static |
| AudioInputController::Factory* AudioInputController::factory_ = NULL; |