| Index: ipc/ipc_platform_file_attachment_posix.h
|
| diff --git a/ipc/ipc_platform_file_attachment_posix.h b/ipc/ipc_platform_file_attachment_posix.h
|
| index 9b0790093b0608adc83fff9dce981e94955af572..d1eff609c5340b8c617dcd4a069875121eed1212 100644
|
| --- a/ipc/ipc_platform_file_attachment_posix.h
|
| +++ b/ipc/ipc_platform_file_attachment_posix.h
|
| @@ -23,7 +23,7 @@
|
| explicit PlatformFileAttachment(base::ScopedFD file);
|
|
|
| Type GetType() const override;
|
| - base::PlatformFile TakePlatformFile();
|
| + base::PlatformFile TakePlatformFile() override;
|
|
|
| base::PlatformFile file() const { return file_; }
|
| bool Owns() const { return owning_.is_valid(); }
|
|
|