| Index: content/shell/test_runner/test_runner_for_specific_view.cc
|
| diff --git a/content/shell/test_runner/test_runner_for_specific_view.cc b/content/shell/test_runner/test_runner_for_specific_view.cc
|
| index a2f283952455ccb2c4a74d07a7bcd56276bddb2d..2ec9f4912b7ff4df35f6ab9f4d11a230082aacd9 100644
|
| --- a/content/shell/test_runner/test_runner_for_specific_view.cc
|
| +++ b/content/shell/test_runner/test_runner_for_specific_view.cc
|
| @@ -29,13 +29,13 @@
|
| #include "content/shell/test_runner/test_runner.h"
|
| #include "content/shell/test_runner/web_test_delegate.h"
|
| #include "content/shell/test_runner/web_view_test_proxy.h"
|
| -#include "device/sensors/public/cpp/motion_data.h"
|
| -#include "device/sensors/public/cpp/orientation_data.h"
|
| #include "gin/arguments.h"
|
| #include "gin/array_buffer.h"
|
| #include "gin/handle.h"
|
| #include "gin/object_template_builder.h"
|
| #include "gin/wrappable.h"
|
| +#include "services/device/public/cpp/sensors/motion_data.h"
|
| +#include "services/device/public/cpp/sensors/orientation_data.h"
|
| #include "third_party/WebKit/public/platform/WebCanvas.h"
|
| #include "third_party/WebKit/public/platform/WebData.h"
|
| #include "third_party/WebKit/public/platform/WebPasswordCredential.h"
|
|
|