| Index: ui/compositor/screen_rotation.cc
|
| diff --git a/ui/gfx/compositor/screen_rotation.cc b/ui/compositor/screen_rotation.cc
|
| similarity index 97%
|
| rename from ui/gfx/compositor/screen_rotation.cc
|
| rename to ui/compositor/screen_rotation.cc
|
| index 5383af979f96485c47321900d81003265f8a42d5..01d4cd265e1c78d63af40a895aab38bda8c64d25 100644
|
| --- a/ui/gfx/compositor/screen_rotation.cc
|
| +++ b/ui/compositor/screen_rotation.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/gfx/compositor/screen_rotation.h"
|
| +#include "ui/compositor/screen_rotation.h"
|
|
|
| #include "base/debug/trace_event.h"
|
| #include "base/time.h"
|
| -#include "ui/gfx/compositor/layer_animation_delegate.h"
|
| +#include "ui/compositor/layer_animation_delegate.h"
|
| #include "ui/gfx/interpolated_transform.h"
|
| #include "ui/gfx/rect.h"
|
| #include "ui/gfx/transform.h"
|
|
|