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

Unified Diff: components/audio_modem/audio_player_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_player.h ('k') | components/audio_modem/audio_player_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/audio_modem/audio_player_impl.h
diff --git a/components/copresence/mediums/audio/audio_player_impl.h b/components/audio_modem/audio_player_impl.h
similarity index 86%
rename from components/copresence/mediums/audio/audio_player_impl.h
rename to components/audio_modem/audio_player_impl.h
index 5b6c67d22c17f31ecaa479b75b521e0e26865b37..145dab6164521098b8b984ec6c0d2685c0883c70 100644
--- a/components/copresence/mediums/audio/audio_player_impl.h
+++ b/components/audio_modem/audio_player_impl.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_PLAYER_IMPL_H_
-#define COMPONENTS_COPRESENCE_MEDIUMS_AUDIO_AUDIO_PLAYER_IMPL_H_
+#ifndef COMPONENTS_AUDIO_MODEM_AUDIO_PLAYER_IMPL_H_
+#define COMPONENTS_AUDIO_MODEM_AUDIO_PLAYER_IMPL_H_
#include <vector>
@@ -11,7 +11,7 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/synchronization/lock.h"
-#include "components/copresence/mediums/audio/audio_player.h"
+#include "components/audio_modem/audio_player.h"
#include "media/audio/audio_io.h"
namespace media {
@@ -19,7 +19,7 @@ class AudioBus;
class AudioBusRefCounted;
}
-namespace copresence {
+namespace audio_modem {
// The AudioPlayerImpl class will play a set of samples till it is told to stop.
class AudioPlayerImpl final
@@ -83,6 +83,6 @@ class AudioPlayerImpl final
DISALLOW_COPY_AND_ASSIGN(AudioPlayerImpl);
};
-} // namespace copresence
+} // namespace audio_modem
-#endif // COMPONENTS_COPRESENCE_MEDIUMS_AUDIO_AUDIO_PLAYER_IMPL_H_
+#endif // COMPONENTS_AUDIO_MODEM_AUDIO_PLAYER_IMPL_H_
« no previous file with comments | « components/audio_modem/audio_player.h ('k') | components/audio_modem/audio_player_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698