| Index: content/common/input/input_param_traits.cc
|
| diff --git a/content/common/input/input_param_traits.cc b/content/common/input/input_param_traits.cc
|
| index 2a5297c8a1c88c5f99cf085ae9057c4cae195970..e9aba992a82411863a9e80576e5a7c452b06f4dd 100644
|
| --- a/content/common/input/input_param_traits.cc
|
| +++ b/content/common/input/input_param_traits.cc
|
| @@ -21,7 +21,7 @@ scoped_ptr<content::SyntheticGestureParams> ReadGestureParams(
|
| if (!ReadParam(m, iter, gesture_params.get()))
|
| return scoped_ptr<content::SyntheticGestureParams>();
|
|
|
| - return gesture_params.template PassAs<content::SyntheticGestureParams>();
|
| + return gesture_params.Pass();
|
| }
|
| } // namespace
|
|
|
|
|