Index: chrome/browser/ui/webui/options/autofill_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/autofill_options_handler.cc b/chrome/browser/ui/webui/options/autofill_options_handler.cc |
index f9d55314c1f1d5fa5ba5e6f38e7ae21888421460..28fb0307842436ca672ac27af5992454fbbe175b 100644 |
--- a/chrome/browser/ui/webui/options/autofill_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/autofill_options_handler.cc |
@@ -80,7 +80,7 @@ scoped_ptr<base::DictionaryValue> CreditCardToDictionary( |
value->SetBoolean("isLocal", card.record_type() == CreditCard::LOCAL_CARD); |
value->SetBoolean("isCached", |
card.record_type() == CreditCard::FULL_SERVER_CARD); |
- return value.Pass(); |
+ return value; |
} |
// Fills |components| with the address UI components that should be used to |