Index: content/browser/device_orientation/device_motion_message_filter.cc |
diff --git a/content/browser/device_orientation/device_motion_message_filter.cc b/content/browser/device_orientation/device_motion_message_filter.cc |
index bc33cac391215c9b3f45951b523929efe2693faf..99b0bdba2c0478fb00c0fc32706354222713dd17 100644 |
--- a/content/browser/device_orientation/device_motion_message_filter.cc |
+++ b/content/browser/device_orientation/device_motion_message_filter.cc |
@@ -10,7 +10,8 @@ |
namespace content { |
DeviceMotionMessageFilter::DeviceMotionMessageFilter() |
- : is_started_(false) { |
+ : BrowserMessageFilter(DeviceMotionMsgStart), |
+ is_started_(false) { |
} |
DeviceMotionMessageFilter::~DeviceMotionMessageFilter() { |