| Index: ash/common/display/display_info.cc
|
| diff --git a/ash/display/display_info.cc b/ash/common/display/display_info.cc
|
| similarity index 99%
|
| rename from ash/display/display_info.cc
|
| rename to ash/common/display/display_info.cc
|
| index 3cc4999caf1a49d9f1958cf7c113abca42bc75ed..0cfab8d2f393a2919e07b9dacf03fa9e24ceaf1c 100644
|
| --- a/ash/display/display_info.cc
|
| +++ b/ash/common/display/display_info.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/display/display_info.h"
|
| +#include "ash/common/display/display_info.h"
|
|
|
| #include <stdio.h>
|
|
|
| @@ -20,7 +20,7 @@
|
| #include "ui/gfx/geometry/size_f.h"
|
|
|
| #if defined(OS_WIN)
|
| -#include "ui/aura/window_tree_host.h"
|
| +#include <windows.h>
|
| #include "ui/display/win/dpi.h"
|
| #endif
|
|
|
|
|