| Index: ui/compositor/layer_animation_element.cc
|
| diff --git a/ui/gfx/compositor/layer_animation_element.cc b/ui/compositor/layer_animation_element.cc
|
| similarity index 98%
|
| rename from ui/gfx/compositor/layer_animation_element.cc
|
| rename to ui/compositor/layer_animation_element.cc
|
| index 9fcb84347eacf33d52d7e833a3fe9c18a793c43e..b5ebc03a94668c3b2ac898f4705c4ec6ad301324 100644
|
| --- a/ui/gfx/compositor/layer_animation_element.cc
|
| +++ b/ui/compositor/layer_animation_element.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/gfx/compositor/layer_animation_element.h"
|
| +#include "ui/compositor/layer_animation_element.h"
|
|
|
| #include "base/compiler_specific.h"
|
| #include "ui/base/animation/tween.h"
|
| -#include "ui/gfx/compositor/layer_animation_delegate.h"
|
| -#include "ui/gfx/compositor/layer_animator.h"
|
| +#include "ui/compositor/layer_animation_delegate.h"
|
| +#include "ui/compositor/layer_animator.h"
|
| #include "ui/gfx/interpolated_transform.h"
|
|
|
| namespace ui {
|
|
|