| Index: ash/display/display_change_observer_x11.h
|
| diff --git a/ui/aura/display_change_observer_x11.h b/ash/display/display_change_observer_x11.h
|
| similarity index 83%
|
| rename from ui/aura/display_change_observer_x11.h
|
| rename to ash/display/display_change_observer_x11.h
|
| index 6d7fe6096cbfccc5b4f26db2a3c132bd3e933d12..d9740ea37049f015d6672c7b9aa82c10e06a8f06 100644
|
| --- a/ui/aura/display_change_observer_x11.h
|
| +++ b/ash/display/display_change_observer_x11.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef UI_AURA_DISPLAY_CHANGE_OBSERVER_X11_H
|
| -#define UI_AURA_DISPLAY_CHANGE_OBSERVER_X11_H
|
| +#ifndef ASH_DISPLAY_DISPLAY_CHANGE_OBSERVER_X11_H
|
| +#define ASH_DISPLAY_DISPLAY_CHANGE_OBSERVER_X11_H
|
|
|
| #include <X11/Xlib.h>
|
|
|
| @@ -13,7 +13,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/message_loop.h"
|
|
|
| -namespace aura {
|
| +namespace ash {
|
| namespace internal {
|
|
|
| // An object that observes changes in display configuration and
|
| @@ -41,6 +41,6 @@ class DisplayChangeObserverX11 : public MessageLoop::Dispatcher {
|
| };
|
|
|
| } // namespace internal
|
| -} // namespace aura
|
| +} // namespace ash
|
|
|
| -#endif // UI_AURA_DISPLAY_CHANGE_OBSERVER_X11_H
|
| +#endif // ASH_DISPLAY_AURA_DISPLAY_CHANGE_OBSERVER_X11_H
|
|
|