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 d1eff609c5340b8c617dcd4a069875121eed1212..9b0790093b0608adc83fff9dce981e94955af572 100644 |
--- a/ipc/ipc_platform_file_attachment_posix.h |
+++ b/ipc/ipc_platform_file_attachment_posix.h |
@@ -23,7 +23,7 @@ class IPC_EXPORT PlatformFileAttachment : public MessageAttachment { |
explicit PlatformFileAttachment(base::ScopedFD file); |
Type GetType() const override; |
- base::PlatformFile TakePlatformFile() override; |
+ base::PlatformFile TakePlatformFile(); |
base::PlatformFile file() const { return file_; } |
bool Owns() const { return owning_.is_valid(); } |