| Index: content/test/layouttest_support.cc
|
| diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
|
| index 8d6a1098f68189d73af71ab1a747ce7fe3ddda96..717f7a461d5cd86d761f47521843e2bca5bc13f1 100644
|
| --- a/content/test/layouttest_support.cc
|
| +++ b/content/test/layouttest_support.cc
|
| @@ -40,9 +40,9 @@
|
| #include "content/shell/test_runner/web_frame_test_proxy.h"
|
| #include "content/shell/test_runner/web_view_test_proxy.h"
|
| #include "content/shell/test_runner/web_widget_test_proxy.h"
|
| -#include "device/sensors/public/cpp/motion_data.h"
|
| -#include "device/sensors/public/cpp/orientation_data.h"
|
| #include "gpu/ipc/service/image_transport_surface.h"
|
| +#include "services/device/public/cpp/sensors/motion_data.h"
|
| +#include "services/device/public/cpp/sensors/orientation_data.h"
|
| #include "services/ui/public/cpp/gpu/context_provider_command_buffer.h"
|
| #include "third_party/WebKit/public/platform/WebFloatRect.h"
|
| #include "third_party/WebKit/public/platform/WebInputEvent.h"
|
|
|