Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1788)

Unified Diff: ipc/ipc_platform_file_attachment_posix.h

Issue 2504063002: Revert of Remove IPC::BrokerableAttachment. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/ipc_mojo_message_helper.cc ('k') | ipc/ipc_platform_file_attachment_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(); }
« no previous file with comments | « ipc/ipc_mojo_message_helper.cc ('k') | ipc/ipc_platform_file_attachment_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698