| Index: ui/compositor/layer_animation_sequence.cc
|
| diff --git a/ui/gfx/compositor/layer_animation_sequence.cc b/ui/compositor/layer_animation_sequence.cc
|
| similarity index 95%
|
| rename from ui/gfx/compositor/layer_animation_sequence.cc
|
| rename to ui/compositor/layer_animation_sequence.cc
|
| index aff8e8c1ddeae068a77fab17b9c4d809973cfab8..646c5f1fd828bcea8b55ebb42ee6e8cc8e166e85 100644
|
| --- a/ui/gfx/compositor/layer_animation_sequence.cc
|
| +++ b/ui/compositor/layer_animation_sequence.cc
|
| @@ -2,15 +2,15 @@
|
| // 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_sequence.h"
|
| +#include "ui/compositor/layer_animation_sequence.h"
|
|
|
| #include <algorithm>
|
| #include <iterator>
|
|
|
| #include "base/debug/trace_event.h"
|
| -#include "ui/gfx/compositor/layer_animation_delegate.h"
|
| -#include "ui/gfx/compositor/layer_animation_element.h"
|
| -#include "ui/gfx/compositor/layer_animation_observer.h"
|
| +#include "ui/compositor/layer_animation_delegate.h"
|
| +#include "ui/compositor/layer_animation_element.h"
|
| +#include "ui/compositor/layer_animation_observer.h"
|
|
|
| namespace ui {
|
|
|
|
|