| Index: components/nacl/browser/nacl_browser.h
|
| diff --git a/components/nacl/browser/nacl_browser.h b/components/nacl/browser/nacl_browser.h
|
| index 6ffdc0f61a183bcf94c632406a58b82aa94430f7..d97add2611914ddd1253adc3b845186221bbbab5 100644
|
| --- a/components/nacl/browser/nacl_browser.h
|
| +++ b/components/nacl/browser/nacl_browser.h
|
| @@ -137,7 +137,7 @@ class NaClBrowser {
|
|
|
| void OpenIrtLibraryFile();
|
|
|
| - void OnIrtOpened(base::PlatformFileError error_code,
|
| + void OnIrtOpened(base::File::Error error_code,
|
| base::PassPlatformFile file, bool created);
|
|
|
| void InitValidationCacheFilePath();
|
|
|