Index: content/renderer/web_ui_mojo_context_state.h |
diff --git a/content/renderer/web_ui_mojo_context_state.h b/content/renderer/web_ui_mojo_context_state.h |
index 21b2f7ec7c3dff66076290ba32b581282115701e..53c8ab80ae0717aa9b83e0a3a81638349a908a86 100644 |
--- a/content/renderer/web_ui_mojo_context_state.h |
+++ b/content/renderer/web_ui_mojo_context_state.h |
@@ -39,7 +39,7 @@ class WebUIMojoContextState : public gin::ModuleRegistryObserver { |
virtual ~WebUIMojoContextState(); |
// Called once the mojo::Handle is available. |
- void SetHandle(mojo::ScopedHandle handle); |
+ void SetHandle(mojo::ScopedMessagePipeHandle handle); |
// Returns true if at least one module was added. |
bool module_added() const { return module_added_; } |