| Index: content/common/device_orientation_messages.h
|
| diff --git a/content/common/device_orientation_messages.h b/content/common/device_orientation_messages.h
|
| index 1e85de9c7c05eddd34263829c932c1184a9529fe..c726c97d7262e097decd4dd7306b98690236d89e 100644
|
| --- a/content/common/device_orientation_messages.h
|
| +++ b/content/common/device_orientation_messages.h
|
| @@ -10,7 +10,7 @@
|
| #define IPC_MESSAGE_START DeviceOrientationMsgStart
|
|
|
| IPC_STRUCT_BEGIN(DeviceOrientationMsg_Updated_Params)
|
| - // These fields have the same meaning as in device_orientation::Orientation.
|
| + // These fields have the same meaning as in content::Orientation.
|
| IPC_STRUCT_MEMBER(bool, can_provide_alpha)
|
| IPC_STRUCT_MEMBER(double, alpha)
|
| IPC_STRUCT_MEMBER(bool, can_provide_beta)
|
|
|