| Index: ui/compositor/compositor_setup.h
|
| diff --git a/ui/gfx/compositor/compositor_setup.h b/ui/compositor/compositor_setup.h
|
| similarity index 81%
|
| rename from ui/gfx/compositor/compositor_setup.h
|
| rename to ui/compositor/compositor_setup.h
|
| index 1f59d86464eceec541ec020e8d866daaff0609cf..a1e3935dfc10bacfa586a9cfe460ceded14e7525 100644
|
| --- a/ui/gfx/compositor/compositor_setup.h
|
| +++ b/ui/compositor/compositor_setup.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_GFX_COMPOSITOR_COMPOSITOR_SETUP_H_
|
| -#define UI_GFX_COMPOSITOR_COMPOSITOR_SETUP_H_
|
| +#ifndef UI_COMPOSITOR_COMPOSITOR_SETUP_H_
|
| +#define UI_COMPOSITOR_COMPOSITOR_SETUP_H_
|
| #pragma once
|
|
|
| -#include "ui/gfx/compositor/compositor_export.h"
|
| +#include "ui/compositor/compositor_export.h"
|
|
|
| namespace ui {
|
|
|
| @@ -27,4 +27,4 @@ COMPOSITOR_EXPORT bool IsTestCompositorEnabled();
|
|
|
| } // namespace ui
|
|
|
| -#endif // UI_GFX_COMPOSITOR_COMPOSITOR_SETUP_H_
|
| +#endif // UI_COMPOSITOR_COMPOSITOR_SETUP_H_
|
|
|