| Index: content/browser/device_orientation/device_orientation_message_filter.cc
|
| diff --git a/content/browser/device_orientation/device_orientation_message_filter.cc b/content/browser/device_orientation/device_orientation_message_filter.cc
|
| index dbbb0ce253508b012823a0b0ff06f625f1e2944b..d00f2b8ccfdc89b20ec870c6d79f8fbe2994e351 100644
|
| --- a/content/browser/device_orientation/device_orientation_message_filter.cc
|
| +++ b/content/browser/device_orientation/device_orientation_message_filter.cc
|
| @@ -10,8 +10,7 @@
|
| namespace content {
|
|
|
| DeviceOrientationMessageFilter::DeviceOrientationMessageFilter()
|
| - : BrowserMessageFilter(DeviceOrientationMsgStart),
|
| - is_started_(false) {
|
| + : is_started_(false) {
|
| }
|
|
|
| DeviceOrientationMessageFilter::~DeviceOrientationMessageFilter() {
|
|
|