Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2353)

Unified Diff: ash/common/display/display_info.cc

Issue 2084533008: mash: Migrate tray audio and deps to common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/display/display_info.h ('k') | ash/common/display/display_info_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ash/common/display/display_info.h ('k') | ash/common/display/display_info_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698