Chromium Code Reviews

Unified Diff: ui/base/layout.cc

Issue 1581473002: Remove base/win/metro.{cc|h} and some associated code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: ui/base/layout.cc
diff --git a/ui/base/layout.cc b/ui/base/layout.cc
index d8bc7196e465870504009ff95a6d5be3447bf399..ea3b7ee8d0c1063d9d584b2c29c4f483edc622bf 100644
--- a/ui/base/layout.cc
+++ b/ui/base/layout.cc
@@ -21,7 +21,6 @@
#include "ui/gfx/screen.h"
#if defined(OS_WIN)
-#include "base/win/metro.h"
#include "ui/gfx/win/dpi.h"
#include <Windows.h>
#endif // defined(OS_WIN)

Powered by Google App Engine