| Index: chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc b/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc
|
| index aaa3df605dcc49e5254961c7a814666121f6c343..be07e4d4cf5191bfe772207b6738d8f2671dbf64 100644
|
| --- a/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc
|
| +++ b/chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc
|
| @@ -129,7 +129,7 @@ class TestNavigationListener
|
| auto throttle = base::MakeUnique<Throttle>();
|
| throttle->set_url(url);
|
| throttles_.push_back(throttle->AsWeakPtr());
|
| - return throttle;
|
| + return std::move(throttle);
|
| }
|
|
|
| private:
|
|
|