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

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: Cleanup IWYU. 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
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..3320f8a58a76eea8cfaba6af89a77dab2d771902 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,6 @@
#include "ui/gfx/geometry/size_f.h"
#if defined(OS_WIN)
-#include "ui/aura/window_tree_host.h"
#include "ui/display/win/dpi.h"
#endif

Powered by Google App Engine
This is Rietveld 408576698