Index: chrome/test/chromedriver/chrome/web_view_impl.cc |
diff --git a/chrome/test/chromedriver/chrome/web_view_impl.cc b/chrome/test/chromedriver/chrome/web_view_impl.cc |
index 55c035f4b4beed39f38e1e61339a4529fae7226e..f1ab9b4d64347f0f6e47bc7dda88b0d5763b902c 100644 |
--- a/chrome/test/chromedriver/chrome/web_view_impl.cc |
+++ b/chrome/test/chromedriver/chrome/web_view_impl.cc |
@@ -489,7 +489,7 @@ Status WebViewImpl::EndProfile(scoped_ptr<base::Value>* profile_data) { |
} |
} |
- *profile_data = profile_result.PassAs<base::Value>(); |
+ *profile_data = profile_result.Pass(); |
return status; |
} |