Index: components/mus/ws/window_tree.h |
diff --git a/components/mus/ws/window_tree.h b/components/mus/ws/window_tree.h |
index 608173c9642924fd4a5e964444b6eaf053c6dd6d..4a03beb451b0361da7f134681155e371a5514af6 100644 |
--- a/components/mus/ws/window_tree.h |
+++ b/components/mus/ws/window_tree.h |
@@ -14,7 +14,6 @@ |
#include <string> |
#include <vector> |
-#include "base/callback.h" |
#include "base/containers/hash_tables.h" |
#include "base/macros.h" |
#include "cc/ipc/surface_id.mojom.h" |
@@ -345,7 +344,7 @@ |
mojom::OrderDirection direction) override; |
void GetWindowTree( |
Id window_id, |
- const base::Callback<void(mojo::Array<mojom::WindowDataPtr>)>& callback) |
+ const mojo::Callback<void(mojo::Array<mojom::WindowDataPtr>)>& callback) |
override; |
void SetCapture(uint32_t change_id, Id window_id) override; |
void ReleaseCapture(uint32_t change_id, Id window_id) override; |