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

Unified Diff: content/renderer/media/audio_message_filter.h

Issue 1175003004: Change audio IPC enums from kConstantStyle to MACRO_STYLE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 6 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
Index: content/renderer/media/audio_message_filter.h
diff --git a/content/renderer/media/audio_message_filter.h b/content/renderer/media/audio_message_filter.h
index 36ec380f8db91f4bfdfd5bf6e768ce1d9fa4b425..f98b7d6983d54765b71bee03bd72fe16853d8828 100644
--- a/content/renderer/media/audio_message_filter.h
+++ b/content/renderer/media/audio_message_filter.h
@@ -74,7 +74,7 @@ class CONTENT_EXPORT AudioMessageFilter : public IPC::MessageFilter {
// Received when internal state of browser process' audio output device has
// changed.
void OnStreamStateChanged(int stream_id,
- media::AudioOutputIPCDelegate::State state);
+ media::AudioOutputIPCDelegateState state);
// IPC sender for Send(); must only be accesed on |io_task_runner_|.
IPC::Sender* sender_;
« no previous file with comments | « content/renderer/media/audio_input_message_filter.cc ('k') | content/renderer/media/audio_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698