Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Unified Diff: components/audio_modem/audio_recorder_impl.h

Issue 865483005: Creating the audio_modem component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merging again Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/audio_modem/audio_recorder.h ('k') | components/audio_modem/audio_recorder_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/audio_modem/audio_recorder_impl.h
diff --git a/components/copresence/mediums/audio/audio_recorder_impl.h b/components/audio_modem/audio_recorder_impl.h
similarity index 89%
rename from components/copresence/mediums/audio/audio_recorder_impl.h
rename to components/audio_modem/audio_recorder_impl.h
index 4aa3555454dae743d6b056d59e04fffc934aa0db..5da0b1c0602f27b36082da610ae2928409882127 100644
--- a/components/copresence/mediums/audio/audio_recorder_impl.h
+++ b/components/audio_modem/audio_recorder_impl.h
@@ -1,16 +1,16 @@
-// 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_IMPL_H_
-#define COMPONENTS_COPRESENCE_MEDIUMS_AUDIO_AUDIO_RECORDER_IMPL_H_
+#ifndef COMPONENTS_AUDIO_MODEM_AUDIO_RECORDER_IMPL_H_
+#define COMPONENTS_AUDIO_MODEM_AUDIO_RECORDER_IMPL_H_
#include <string>
#include "base/gtest_prod_util.h"
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
-#include "components/copresence/mediums/audio/audio_recorder.h"
+#include "components/audio_modem/audio_recorder.h"
#include "media/audio/audio_io.h"
#include "media/audio/audio_parameters.h"
#include "media/base/audio_converter.h"
@@ -23,7 +23,7 @@ namespace media {
class AudioBus;
}
-namespace copresence {
+namespace audio_modem {
// The AudioRecorder class will record audio until told to stop.
class AudioRecorderImpl final
@@ -110,6 +110,6 @@ class AudioRecorderImpl final
DISALLOW_COPY_AND_ASSIGN(AudioRecorderImpl);
};
-} // namespace copresence
+} // namespace audio_modem
-#endif // COMPONENTS_COPRESENCE_MEDIUMS_AUDIO_AUDIO_RECORDER_IMPL_H_
+#endif // COMPONENTS_AUDIO_MODEM_AUDIO_RECORDER_IMPL_H_
« no previous file with comments | « components/audio_modem/audio_recorder.h ('k') | components/audio_modem/audio_recorder_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698