Index: mojo/services/view_manager/view_manager_service_impl.h |
diff --git a/mojo/services/view_manager/view_manager_service_impl.h b/mojo/services/view_manager/view_manager_service_impl.h |
index 42dbb817f54e60eb2a6022fbed8b83c1a5f2fb0d..98b8e97dc0f36f5310d7d5e2c05871d344aa265e 100644 |
--- a/mojo/services/view_manager/view_manager_service_impl.h |
+++ b/mojo/services/view_manager/view_manager_service_impl.h |
@@ -169,7 +169,7 @@ class MOJO_VIEW_MANAGER_EXPORT ViewManagerServiceImpl |
// Overridden from ViewManagerService: |
virtual void CreateNode(Id transport_node_id, |
- const Callback<void(bool)>& callback) OVERRIDE; |
+ const Callback<void(ErrorCode)>& callback) OVERRIDE; |
virtual void DeleteNode(Id transport_node_id, |
Id server_change_id, |
const Callback<void(bool)>& callback) OVERRIDE; |