| Index: ui/display/manager/display_layout_builder.cc
|
| diff --git a/ash/display/display_layout_builder.cc b/ui/display/manager/display_layout_builder.cc
|
| similarity index 95%
|
| rename from ash/display/display_layout_builder.cc
|
| rename to ui/display/manager/display_layout_builder.cc
|
| index 579337fd774e4566364aeb4060e8baea7eb7e598..8376e74313db39350b3b448d0a7ecef2b221df07 100644
|
| --- a/ash/display/display_layout_builder.cc
|
| +++ b/ui/display/manager/display_layout_builder.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/display/display_layout_builder.h"
|
| +#include "ui/display/manager/display_layout_builder.h"
|
|
|
| #include <algorithm>
|
|
|
| -namespace ash {
|
| +namespace display {
|
|
|
| DisplayLayoutBuilder::DisplayLayoutBuilder(const DisplayLayout& layout)
|
| : layout_(layout.Copy()) {}
|
| @@ -65,4 +65,4 @@ scoped_ptr<DisplayLayout> DisplayLayoutBuilder::Build() {
|
| return std::move(layout_);
|
| }
|
|
|
| -} // namespace ash
|
| +} // namespace display
|
|
|