Index: services/ui/test_wm/test_wm.cc |
diff --git a/services/ui/test_wm/test_wm.cc b/services/ui/test_wm/test_wm.cc |
index 78f5a9d2ee0ac41a95c8610bccfe531406251b2a..a1d515748f91c8623f0d6cb52fa12970a71b6419 100644 |
--- a/services/ui/test_wm/test_wm.cc |
+++ b/services/ui/test_wm/test_wm.cc |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <utility> |
+ |
#include "mojo/public/c/system/main.h" |
#include "mojo/public/cpp/bindings/binding.h" |
#include "services/shell/public/cpp/application_runner.h" |
@@ -12,7 +14,6 @@ |
#include "services/ui/public/cpp/window_tree_client.h" |
#include "services/ui/public/cpp/window_tree_client_delegate.h" |
#include "ui/display/display.h" |
-#include "ui/display/mojo/display_type_converters.h" |
namespace ui { |
namespace test { |