| Index: mandoline/ui/common/util.h
|
| diff --git a/mandoline/ui/common/util.h b/mandoline/ui/common/util.h
|
| deleted file mode 100644
|
| index 63e88b50609017cbd117ffae5d404747dffdcd22..0000000000000000000000000000000000000000
|
| --- a/mandoline/ui/common/util.h
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -// Copyright 2015 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef MANDOLINE_UI_COMMON_UTIL_H_
|
| -#define MANDOLINE_UI_COMMON_UTIL_H_
|
| -
|
| -#include <vector>
|
| -#include "ui/gfx/display.h"
|
| -
|
| -namespace mus {
|
| -class Window;
|
| -}
|
| -
|
| -namespace mandoline {
|
| -
|
| -std::vector<gfx::Display> GetDisplaysFromWindow(mus::Window* window);
|
| -
|
| -} // namespace mandoline
|
| -
|
| -#endif // MANDOLINE_UI_COMMON_UTIL_H_
|
|
|