Index: content/browser/fileapi/dragged_file_util_unittest.cc |
diff --git a/content/browser/fileapi/dragged_file_util_unittest.cc b/content/browser/fileapi/dragged_file_util_unittest.cc |
index 3ef9f8c0afd9a1cf26aa59b2326c8c9d707a88ce..07c983bad4a8c84ff9c3f769337ee362e448b3d3 100644 |
--- a/content/browser/fileapi/dragged_file_util_unittest.cc |
+++ b/content/browser/fileapi/dragged_file_util_unittest.cc |
@@ -251,8 +251,8 @@ class DraggedFileUtilTest : public testing::Test { |
} |
scoped_ptr<storage::FileSystemOperationContext> GetOperationContext() { |
- return make_scoped_ptr(new storage::FileSystemOperationContext( |
- file_system_context())).Pass(); |
+ return make_scoped_ptr( |
+ new storage::FileSystemOperationContext(file_system_context())); |
} |