| Index: content/browser/device_orientation/orientation_message_filter.cc
|
| diff --git a/content/browser/device_orientation/orientation_message_filter.cc b/content/browser/device_orientation/orientation_message_filter.cc
|
| index f04a5a8c59c853d049ebbf46363e3b6e1869e61b..b7cde5769812897c38f9fdf5ba12f15ff565ec09 100644
|
| --- a/content/browser/device_orientation/orientation_message_filter.cc
|
| +++ b/content/browser/device_orientation/orientation_message_filter.cc
|
| @@ -5,13 +5,13 @@
|
| #include "content/browser/device_orientation/orientation_message_filter.h"
|
|
|
| #include "content/browser/device_orientation/device_data.h"
|
| -#include "content/common/device_orientation_messages.h"
|
| +#include "content/common/device_orientation/device_orientation_messages.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
| namespace content {
|
|
|
| OrientationMessageFilter::OrientationMessageFilter()
|
| - : DeviceOrientationMessageFilter(DeviceData::kTypeOrientation) {
|
| + : DeviceOrientationMessageFilterOld(DeviceData::kTypeOrientation) {
|
| }
|
|
|
| OrientationMessageFilter::~OrientationMessageFilter() {
|
|
|