Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 1b5477f84c619b0bfbed67b32dc2d7919086e7b6..95fccd5a0538225e8352591d3647c1bf860ecd32 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -60,7 +60,7 @@ |
#define IPC_MESSAGE_START ViewMsgStart |
IPC_ENUM_TRAITS(AccessibilityMode) |
-IPC_ENUM_TRAITS(ChannelLayout) |
+IPC_ENUM_TRAITS(media::ChannelLayout) |
jam
2012/10/17 15:06:35
nit: reorder
DaleCurtis
2012/10/17 18:51:21
Done.
|
IPC_ENUM_TRAITS(CSSColors::CSSColorName) |
IPC_ENUM_TRAITS(NavigationGesture) |
IPC_ENUM_TRAITS(ViewMsg_Navigate_Type::Value) |
@@ -838,7 +838,7 @@ IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetHardwareSampleRate, |
// Asks the browser for the default channel layout. |
IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetHardwareInputChannelLayout, |
- ChannelLayout /* channel layout */) |
+ media::ChannelLayout /* channel layout */) |
// Asks the browser for CPU usage of the renderer process in percents. |
IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetCPUUsage, |