| Index: components/copresence/public/copresence_delegate.h
|
| diff --git a/components/copresence/public/copresence_delegate.h b/components/copresence/public/copresence_delegate.h
|
| index b9097421f316b31b6cd3bab43e15e1aef52ea918..363102be94e5ae7357eda74c2badc4bf358fc017 100644
|
| --- a/components/copresence/public/copresence_delegate.h
|
| +++ b/components/copresence/public/copresence_delegate.h
|
| @@ -18,10 +18,13 @@ namespace net {
|
| class URLRequestContextGetter;
|
| }
|
|
|
| +namespace audio_modem {
|
| +class WhispernetClient;
|
| +}
|
| +
|
| namespace copresence {
|
|
|
| class Message;
|
| -class WhispernetClient;
|
|
|
| // AUDIO_FAIL indicates that we weren't able to hear the audio token that
|
| // we were playing.
|
| @@ -52,8 +55,8 @@ class CopresenceDelegate {
|
|
|
| virtual const std::string GetProjectId(const std::string& app_id) const = 0;
|
|
|
| - // Thw WhispernetClient must outlive the CopresenceManager.
|
| - virtual WhispernetClient* GetWhispernetClient() = 0;
|
| + // The WhispernetClient must outlive the CopresenceManager.
|
| + virtual audio_modem::WhispernetClient* GetWhispernetClient() = 0;
|
|
|
| // Clients may optionally provide a GCMDriver to receive messages from.
|
| // If no driver is available, this can return null.
|
|
|