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

Unified Diff: components/copresence/rpc/rpc_handler.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/public/whispernet_client.h ('k') | components/copresence/rpc/rpc_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/rpc/rpc_handler.h
diff --git a/components/copresence/rpc/rpc_handler.h b/components/copresence/rpc/rpc_handler.h
index 6277145672c11547bce0736d2a12295c29567fa9..2e6f8838d2670b6e5601c5a064f495e9e432363b 100644
--- a/components/copresence/rpc/rpc_handler.h
+++ b/components/copresence/rpc/rpc_handler.h
@@ -18,9 +18,12 @@
#include "components/copresence/public/copresence_delegate.h"
#include "components/copresence/timed_map.h"
+namespace audio_modem {
+struct AudioToken;
+}
+
namespace copresence {
-struct AudioToken;
class CopresenceDelegate;
class CopresenceStateImpl;
class DirectiveHandler;
@@ -85,7 +88,7 @@ class RpcHandler {
// Report a set of tokens to the server for a given medium.
// Uses all active auth tokens (if any).
- void ReportTokens(const std::vector<AudioToken>& tokens);
+ void ReportTokens(const std::vector<audio_modem::AudioToken>& tokens);
private:
// A queued ReportRequest along with its metadata.
« no previous file with comments | « components/copresence/public/whispernet_client.h ('k') | components/copresence/rpc/rpc_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698