| Index: ui/views/mus/display_converter.cc
|
| diff --git a/mandoline/ui/common/util.cc b/ui/views/mus/display_converter.cc
|
| similarity index 89%
|
| rename from mandoline/ui/common/util.cc
|
| rename to ui/views/mus/display_converter.cc
|
| index 2ef16046fd85df4bb7c80b76e9b7ca2071640f6c..954aad7c186d4859984d37643bca0badf6dfa2e9 100644
|
| --- a/mandoline/ui/common/util.cc
|
| +++ b/ui/views/mus/display_converter.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mandoline/ui/common/util.h"
|
| +#include "ui/views/mus/display_converter.h"
|
|
|
| #include "components/mus/public/cpp/window.h"
|
| #include "mojo/converters/geometry/geometry_type_converters.h"
|
|
|
| -namespace mandoline {
|
| +namespace views {
|
|
|
| std::vector<gfx::Display> GetDisplaysFromWindow(mus::Window* window) {
|
| static int64 synthesized_display_id = 2000;
|
| @@ -21,4 +21,4 @@ std::vector<gfx::Display> GetDisplaysFromWindow(mus::Window* window) {
|
| return displays;
|
| }
|
|
|
| -} // namespace mandoline
|
| +} // namespace views
|
|
|