| Index: base/i18n/icu_util.h
|
| diff --git a/base/i18n/icu_util.h b/base/i18n/icu_util.h
|
| index 65de0ad7e215f96db0e0abe8eed16c014f788986..1ddf12925cc9fee76599d6bd0c64402dce2e8550 100644
|
| --- a/base/i18n/icu_util.h
|
| +++ b/base/i18n/icu_util.h
|
| @@ -23,7 +23,7 @@ BASE_I18N_EXPORT bool InitializeICU();
|
| // initialize ICU in render processes.
|
| BASE_I18N_EXPORT bool InitializeICUWithFileDescriptor(
|
| PlatformFile data_fd,
|
| - MemoryMappedFile::Region data_region);
|
| + const MemoryMappedFile::Region& data_region);
|
| #endif
|
|
|
| // In a test binary, the call above might occur twice.
|
|
|