| Index: content/browser/device_orientation/device_orientation_message_filter.cc
|
| ===================================================================
|
| --- content/browser/device_orientation/device_orientation_message_filter.cc (revision 252600)
|
| +++ content/browser/device_orientation/device_orientation_message_filter.cc (working copy)
|
| @@ -10,8 +10,7 @@
|
| namespace content {
|
|
|
| DeviceOrientationMessageFilter::DeviceOrientationMessageFilter()
|
| - : BrowserMessageFilter(DeviceOrientationMsgStart),
|
| - is_started_(false) {
|
| + : is_started_(false) {
|
| }
|
|
|
| DeviceOrientationMessageFilter::~DeviceOrientationMessageFilter() {
|
|
|