| Index: ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc
|
| diff --git a/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc b/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc
|
| index bd8ee9eb515dedcffb8ccde50485bf9503ecd0b8..336b1dd829f94ce620666ba7ab2f92f827d7ed96 100644
|
| --- a/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc
|
| +++ b/ppapi/native_client/src/trusted/plugin/sel_ldr_launcher_chrome.cc
|
| @@ -27,7 +27,7 @@ void SelLdrLauncherChrome::Start(
|
| bool enable_dyncode_syscalls,
|
| bool enable_exception_handling,
|
| bool enable_crash_throttling,
|
| - const PP_ManifestService* manifest_service_interface,
|
| + const PPB_ManifestService* manifest_service_interface,
|
| void* manifest_service_user_data,
|
| PP_Var* error_message,
|
| pp::CompletionCallback callback) {
|
|
|