| Index: ash/wm/window_frame.h
|
| ===================================================================
|
| --- ash/wm/window_frame.h (revision 115744)
|
| +++ ash/wm/window_frame.h (working copy)
|
| @@ -8,7 +8,7 @@
|
|
|
| #include "ash/ash_export.h"
|
|
|
| -namespace aura_shell {
|
| +namespace ash {
|
|
|
| // aura::Window property name for a pointer to the WindowFrame interface.
|
| ASH_EXPORT extern const char* const kWindowFrameKey;
|
| @@ -23,6 +23,6 @@
|
| virtual void OnWindowHoverChanged(bool hovered) = 0;
|
| };
|
|
|
| -} // namespace aura_shell
|
| +} // namespace ash
|
|
|
| #endif // ASH_WM_WINDOW_FRAME_H_
|
|
|