Index: base/files/file.h |
diff --git a/base/files/file.h b/base/files/file.h |
index b21b15972bce7c62be0dad659cff4e76af262ac2..3f850c7f6463df399224306767551be21d4ba703 100644 |
--- a/base/files/file.h |
+++ b/base/files/file.h |
@@ -176,6 +176,8 @@ class BASE_EXPORT File { |
~File(); |
+ static File CreateForAsyncHandle(PlatformFile platform_file); |
Lei Zhang
2015/05/26 23:58:06
You need to mention this takes ownership of |platf
|
+ |
// Move operator= for C++03 move emulation of this type. |
File& operator=(RValue other); |