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

Unified Diff: components/audio_modem/audio_recorder_impl.cc

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_impl.h ('k') | components/audio_modem/audio_recorder_unittest.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.cc
diff --git a/components/copresence/mediums/audio/audio_recorder_impl.cc b/components/audio_modem/audio_recorder_impl.cc
similarity index 97%
rename from components/copresence/mediums/audio/audio_recorder_impl.cc
rename to components/audio_modem/audio_recorder_impl.cc
index d7d9248b8e1846add980d35a27381e977d8f870e..9be772e0a8776c93332c4af0ce0cf0b6c428686f 100644
--- a/components/copresence/mediums/audio/audio_recorder_impl.cc
+++ b/components/audio_modem/audio_recorder_impl.cc
@@ -1,8 +1,8 @@
-// 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.
-#include "components/copresence/mediums/audio/audio_recorder_impl.h"
+#include "components/audio_modem/audio_recorder_impl.h"
#include <algorithm>
#include <vector>
@@ -12,13 +12,13 @@
#include "base/logging.h"
#include "base/run_loop.h"
#include "base/synchronization/waitable_event.h"
-#include "components/copresence/public/copresence_constants.h"
+#include "components/audio_modem/public/audio_modem_types.h"
#include "content/public/browser/browser_thread.h"
#include "media/audio/audio_manager.h"
#include "media/audio/audio_manager_base.h"
#include "media/base/audio_bus.h"
-namespace copresence {
+namespace audio_modem {
namespace {
@@ -252,4 +252,4 @@ void AudioRecorderImpl::FlushAudioLoopForTesting() {
rl.Run();
}
-} // namespace copresence
+} // namespace audio_modem
« no previous file with comments | « components/audio_modem/audio_recorder_impl.h ('k') | components/audio_modem/audio_recorder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698