| Index: components/nacl/browser/nacl_browser.h
|
| diff --git a/components/nacl/browser/nacl_browser.h b/components/nacl/browser/nacl_browser.h
|
| index bb57198a40d088500605eeb2e21cf7a894e69cac..6ffdc0f61a183bcf94c632406a58b82aa94430f7 100644
|
| --- a/components/nacl/browser/nacl_browser.h
|
| +++ b/components/nacl/browser/nacl_browser.h
|
| @@ -24,8 +24,7 @@ namespace nacl {
|
|
|
| // Open an immutable executable file that can be mmapped.
|
| // This function should only be called on a thread that can perform file IO.
|
| -void OpenNaClExecutableImpl(const base::FilePath& file_path,
|
| - base::PlatformFile* file);
|
| +base::PlatformFile OpenNaClExecutableImpl(const base::FilePath& file_path);
|
|
|
| // Represents shared state for all NaClProcessHost objects in the browser.
|
| class NaClBrowser {
|
|
|