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_ |