Index: components/mus/ws/window_tree.h |
diff --git a/components/mus/ws/window_tree.h b/components/mus/ws/window_tree.h |
index 4a03beb451b0361da7f134681155e371a5514af6..608173c9642924fd4a5e964444b6eaf053c6dd6d 100644 |
--- a/components/mus/ws/window_tree.h |
+++ b/components/mus/ws/window_tree.h |
@@ -14,6 +14,7 @@ |
#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" |
@@ -344,7 +345,7 @@ class WindowTree : public mojom::WindowTree, |
mojom::OrderDirection direction) override; |
void GetWindowTree( |
Id window_id, |
- const mojo::Callback<void(mojo::Array<mojom::WindowDataPtr>)>& callback) |
+ const base::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; |