| Index: ash/wm/dock/dock_types.h
|
| diff --git a/ash/wm/dock/dock_types.h b/ash/wm/dock/dock_types.h
|
| index e2ebaab1f75bd993632afd60cdef3970fdf7a958..c203a67f6ade075e096f17a40e9d2eb65b557e9f 100644
|
| --- a/ash/wm/dock/dock_types.h
|
| +++ b/ash/wm/dock/dock_types.h
|
| @@ -7,8 +7,6 @@
|
|
|
| namespace ash {
|
|
|
| -namespace internal {
|
| -
|
| // Possible values of which side of the screen the windows are docked at.
|
| // This is used by DockedwindowLayoutManager and DockedWindowResizer to
|
| // implement docking behavior including magnetism while dragging windows into
|
| @@ -49,7 +47,6 @@ enum DockedActionSource {
|
| DOCKED_ACTION_SOURCE_COUNT,
|
| };
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|
| #endif // ASH_WM_DOCK_DOCK_TYPES_H_
|
|
|