| Index: ui/compositor/layer_animator.h
|
| diff --git a/ui/gfx/compositor/layer_animator.h b/ui/compositor/layer_animator.h
|
| similarity index 97%
|
| rename from ui/gfx/compositor/layer_animator.h
|
| rename to ui/compositor/layer_animator.h
|
| index 070534ad09a285584f309fb44176b45b02ecc0c9..4c8a15e6280cc8ac2643064dc1f907f14a11f45c 100644
|
| --- a/ui/gfx/compositor/layer_animator.h
|
| +++ b/ui/compositor/layer_animator.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_GFX_COMPOSITOR_LAYER_ANIMATOR_H_
|
| -#define UI_GFX_COMPOSITOR_LAYER_ANIMATOR_H_
|
| +#ifndef UI_COMPOSITOR_LAYER_ANIMATOR_H_
|
| +#define UI_COMPOSITOR_LAYER_ANIMATOR_H_
|
| #pragma once
|
|
|
| #include <deque>
|
| @@ -16,8 +16,8 @@
|
| #include "base/time.h"
|
| #include "ui/base/animation/animation_container_element.h"
|
| #include "ui/base/animation/tween.h"
|
| -#include "ui/gfx/compositor/compositor_export.h"
|
| -#include "ui/gfx/compositor/layer_animation_element.h"
|
| +#include "ui/compositor/compositor_export.h"
|
| +#include "ui/compositor/layer_animation_element.h"
|
|
|
| namespace gfx {
|
| class Rect;
|
| @@ -281,4 +281,4 @@ class COMPOSITOR_EXPORT LayerAnimator : public AnimationContainerElement {
|
|
|
| } // namespace ui
|
|
|
| -#endif // UI_GFX_COMPOSITOR_LAYER_ANIMATOR_H_
|
| +#endif // UI_COMPOSITOR_LAYER_ANIMATOR_H_
|
|
|