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

Unified Diff: components/copresence/copresence_manager_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/copresence/copresence_constants.cc ('k') | components/copresence/copresence_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/copresence_manager_impl.h
diff --git a/components/copresence/copresence_manager_impl.h b/components/copresence/copresence_manager_impl.h
index b5ac2714b1a2b8178d995f8ad7269a3feaa7f12f..bdb7ee133aa380a66535e7d1badcb29c9cfacc63 100644
--- a/components/copresence/copresence_manager_impl.h
+++ b/components/copresence/copresence_manager_impl.h
@@ -17,6 +17,10 @@
#include "components/copresence/public/copresence_manager.h"
#include "components/copresence/timed_map.h"
+namespace audio_modem {
+struct AudioToken;
+}
+
namespace base {
class Timer;
}
@@ -32,7 +36,6 @@ class GCMHandler;
class ReportRequest;
class RpcHandler;
class SubscribedMessage;
-class WhispernetClient;
// The implementation for CopresenceManager. Responsible primarily for
// client-side initialization. The RpcHandler handles all the details
@@ -58,7 +61,7 @@ class CopresenceManagerImpl : public CopresenceManager {
// Handle tokens decoded by Whispernet.
// TODO(ckehoe): Replace AudioToken with ReceivedToken.
- void ReceivedTokens(const std::vector<AudioToken>& tokens);
+ void ReceivedTokens(const std::vector<audio_modem::AudioToken>& tokens);
// Verifies that we can hear the audio we're playing.
// This gets called every kAudioCheckIntervalMs milliseconds.
« no previous file with comments | « components/copresence/copresence_constants.cc ('k') | components/copresence/copresence_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698