| Index: ui/compositor/compositor_observer.h
|
| diff --git a/ui/gfx/compositor/compositor_observer.h b/ui/compositor/compositor_observer.h
|
| similarity index 79%
|
| rename from ui/gfx/compositor/compositor_observer.h
|
| rename to ui/compositor/compositor_observer.h
|
| index 1d4bf7da33bf9ad46ef24b359e6356c56f2ba51f..e46010177f725f55f5a6fcbe68227abae231476a 100644
|
| --- a/ui/gfx/compositor/compositor_observer.h
|
| +++ b/ui/compositor/compositor_observer.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_OBSERVER_H_
|
| -#define UI_GFX_COMPOSITOR_COMPOSITOR_OBSERVER_H_
|
| +#ifndef UI_COMPOSITOR_COMPOSITOR_OBSERVER_H_
|
| +#define UI_COMPOSITOR_COMPOSITOR_OBSERVER_H_
|
| #pragma once
|
|
|
| -#include "ui/gfx/compositor/compositor_export.h"
|
| +#include "ui/compositor/compositor_export.h"
|
|
|
| namespace ui {
|
|
|
| @@ -28,4 +28,4 @@ class COMPOSITOR_EXPORT CompositorObserver {
|
|
|
| } // namespace ui
|
|
|
| -#endif // UI_GFX_COMPOSITOR_COMPOSITOR_OBSERVER_H_
|
| +#endif // UI_COMPOSITOR_COMPOSITOR_OBSERVER_H_
|
|
|