| Index: chrome/browser/sync/test/integration/extension_settings_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/extension_settings_helper.cc b/chrome/browser/sync/test/integration/extension_settings_helper.cc
|
| index e9414af1832959b60c5fbbc45a18232f82c63bc2..f9c09d041fe767e3660f5896a68623596bf35a14 100644
|
| --- a/chrome/browser/sync/test/integration/extension_settings_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/extension_settings_helper.cc
|
| @@ -53,7 +53,7 @@ scoped_ptr<base::DictionaryValue> GetAllSettings(
|
| extensions::settings_namespace::SYNC,
|
| base::Bind(&GetAllSettingsOnFileThread, settings.get(), &signal));
|
| signal.Wait();
|
| - return settings.Pass();
|
| + return settings;
|
| }
|
|
|
| bool AreSettingsSame(Profile* expected_profile, Profile* actual_profile) {
|
|
|