| Index: ash/display/event_transformation_handler.cc
|
| diff --git a/ash/display/event_transformation_handler.cc b/ash/display/event_transformation_handler.cc
|
| index 32ab6e836b28d4f5246b34242e0f0e8075257325..b465ef267f4078990208ac44e79261256e0cab6c 100644
|
| --- a/ash/display/event_transformation_handler.cc
|
| +++ b/ash/display/event_transformation_handler.cc
|
| @@ -17,7 +17,7 @@
|
| #include "ui/gfx/screen.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| -#include "chromeos/display/output_configurator.h"
|
| +#include "ui/display/chromeos/output_configurator.h"
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| namespace ash {
|
| @@ -60,7 +60,7 @@ void EventTransformationHandler::OnScrollEvent(ui::ScrollEvent* event) {
|
| // the sqrt of
|
| // (mirror_width * mirror_height) / (native_width * native_height)
|
| void EventTransformationHandler::OnTouchEvent(ui::TouchEvent* event) {
|
| - using chromeos::OutputConfigurator;
|
| + using ui::OutputConfigurator;
|
| OutputConfigurator* output_configurator =
|
| ash::Shell::GetInstance()->output_configurator();
|
|
|
|
|