| Index: trunk/src/content/renderer/web_ui_mojo_context_state.h
|
| ===================================================================
|
| --- trunk/src/content/renderer/web_ui_mojo_context_state.h (revision 258768)
|
| +++ trunk/src/content/renderer/web_ui_mojo_context_state.h (working copy)
|
| @@ -39,7 +39,7 @@
|
| virtual ~WebUIMojoContextState();
|
|
|
| // Called once the mojo::Handle is available.
|
| - void SetHandle(mojo::ScopedMessagePipeHandle handle);
|
| + void SetHandle(mojo::ScopedHandle handle);
|
|
|
| // Returns true if at least one module was added.
|
| bool module_added() const { return module_added_; }
|
|
|