| Index: ui/aura/window.h
|
| diff --git a/ui/aura/window.h b/ui/aura/window.h
|
| index d6d6f7a574a84c4d4be8c62f1174932091ae259b..d0280bf730d6095fe6051222d50eef4140aacdaf 100644
|
| --- a/ui/aura/window.h
|
| +++ b/ui/aura/window.h
|
| @@ -15,7 +15,6 @@
|
| #include "base/observer_list.h"
|
| #include "base/strings/string16.h"
|
| #include "ui/aura/aura_export.h"
|
| -#include "ui/aura/window_layer_type.h"
|
| #include "ui/aura/window_observer.h"
|
| #include "ui/compositor/layer_animator.h"
|
| #include "ui/compositor/layer_delegate.h"
|
| @@ -81,7 +80,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
|
| ~Window() override;
|
|
|
| // Initializes the window. This creates the window's layer.
|
| - void Init(WindowLayerType layer_type);
|
| + void Init(ui::LayerType layer_type);
|
|
|
| void set_owned_by_parent(bool owned_by_parent) {
|
| owned_by_parent_ = owned_by_parent;
|
|
|