| Index: ui/compositor/screen_rotation.h
|
| diff --git a/ui/gfx/compositor/screen_rotation.h b/ui/compositor/screen_rotation.h
|
| similarity index 87%
|
| rename from ui/gfx/compositor/screen_rotation.h
|
| rename to ui/compositor/screen_rotation.h
|
| index 315b9815b958753a861c952dd3a0b5be960f1dce..d436bd690a97f827f4c306a31ae92bf3bea1377e 100644
|
| --- a/ui/gfx/compositor/screen_rotation.h
|
| +++ b/ui/compositor/screen_rotation.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_GFX_COMPOSITOR_SCREEN_ROTATION_H_
|
| -#define UI_GFX_COMPOSITOR_SCREEN_ROTATION_H_
|
| +#ifndef UI_COMPOSITOR_SCREEN_ROTATION_H_
|
| +#define UI_COMPOSITOR_SCREEN_ROTATION_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "ui/base/animation/animation_delegate.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"
|
| #include "ui/gfx/point.h"
|
|
|
| namespace ui {
|
| @@ -53,4 +53,4 @@ class COMPOSITOR_EXPORT ScreenRotation : public LayerAnimationElement {
|
|
|
| } // namespace ui
|
|
|
| -#endif // UI_GFX_COMPOSITOR_SCREEN_ROTATION_H_
|
| +#endif // UI_COMPOSITOR_SCREEN_ROTATION_H_
|
|
|