| Index: ui/display/chromeos/x11/display_configurator_x11.cc
|
| diff --git a/ui/display/chromeos/x11/display_configurator_x11.cc b/ui/display/chromeos/x11/display_configurator_x11.cc
|
| deleted file mode 100644
|
| index e3c2e95122e677b145cf71caeb9140e160703c8e..0000000000000000000000000000000000000000
|
| --- a/ui/display/chromeos/x11/display_configurator_x11.cc
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -// Copyright 2014 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.
|
| -
|
| -#include "ui/display/chromeos/display_configurator.h"
|
| -
|
| -#include "base/memory/ptr_util.h"
|
| -#include "ui/display/chromeos/x11/native_display_delegate_x11.h"
|
| -
|
| -namespace ui {
|
| -
|
| -std::unique_ptr<NativeDisplayDelegate>
|
| -DisplayConfigurator::CreatePlatformNativeDisplayDelegate() {
|
| - return base::WrapUnique(new NativeDisplayDelegateX11());
|
| -}
|
| -
|
| -} // namespace ui
|
|
|