| Index: components/audio_modem/audio_recorder.h
|
| diff --git a/components/copresence/mediums/audio/audio_recorder.h b/components/audio_modem/audio_recorder.h
|
| similarity index 77%
|
| rename from components/copresence/mediums/audio/audio_recorder.h
|
| rename to components/audio_modem/audio_recorder.h
|
| index c208980f4990db28b5dc0ed04f6d23b890f76f28..bfdd3f670cbba65194a0639cad0a3bcc11fe6b67 100644
|
| --- a/components/copresence/mediums/audio/audio_recorder.h
|
| +++ b/components/audio_modem/audio_recorder.h
|
| @@ -1,9 +1,9 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright 2015 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.
|
|
|
| -#ifndef COMPONENTS_COPRESENCE_MEDIUMS_AUDIO_AUDIO_RECORDER_H_
|
| -#define COMPONENTS_COPRESENCE_MEDIUMS_AUDIO_AUDIO_RECORDER_H_
|
| +#ifndef COMPONENTS_AUDIO_MODEM_AUDIO_RECORDER_H_
|
| +#define COMPONENTS_AUDIO_MODEM_AUDIO_RECORDER_H_
|
|
|
| #include <string>
|
|
|
| @@ -14,7 +14,7 @@
|
| #include "media/audio/audio_parameters.h"
|
| #include "media/base/audio_converter.h"
|
|
|
| -namespace copresence {
|
| +namespace audio_modem {
|
|
|
| // The AudioRecorder class will record audio until told to stop.
|
| class AudioRecorder {
|
| @@ -36,6 +36,6 @@ class AudioRecorder {
|
| virtual ~AudioRecorder() {}
|
| };
|
|
|
| -} // namespace copresence
|
| +} // namespace audio_modem
|
|
|
| -#endif // COMPONENTS_COPRESENCE_MEDIUMS_AUDIO_AUDIO_RECORDER_H_
|
| +#endif // COMPONENTS_AUDIO_MODEM_AUDIO_RECORDER_H_
|
|
|