| Index: components/policy/core/common/proxy_policy_provider_unittest.cc
|
| diff --git a/components/policy/core/common/proxy_policy_provider_unittest.cc b/components/policy/core/common/proxy_policy_provider_unittest.cc
|
| index 196f3fc4d1dfeb8b004107966a8531b2044d2b42..142e353632a3a7485d0704efad7a26f553314b56 100644
|
| --- a/components/policy/core/common/proxy_policy_provider_unittest.cc
|
| +++ b/components/policy/core/common/proxy_policy_provider_unittest.cc
|
| @@ -38,7 +38,7 @@ class ProxyPolicyProviderTest : public testing::Test {
|
| static scoped_ptr<PolicyBundle> CopyBundle(const PolicyBundle& bundle) {
|
| scoped_ptr<PolicyBundle> copy(new PolicyBundle());
|
| copy->CopyFrom(bundle);
|
| - return copy.Pass();
|
| + return copy;
|
| }
|
|
|
| private:
|
|
|