Index: base/files/file_win.cc |
diff --git a/base/files/file_win.cc b/base/files/file_win.cc |
index 8329672b9880e486c6cb2a6792f516eea5e26048..8f04d3ac2d2c114f832aee41f9e9c9d3cf006d0f 100644 |
--- a/base/files/file_win.cc |
+++ b/base/files/file_win.cc |
@@ -270,7 +270,7 @@ File File::Duplicate() { |
File other(other_handle); |
if (async()) |
other.async_ = true; |
- return other.Pass(); |
+ return other; |
} |
// Static. |