Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(791)

Unified Diff: chrome/browser/chromeos/login/mock_login_display_host.cc

Issue 223613003: Fix leak in MockLoginDisplayHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/mock_login_display_host.cc
diff --git a/chrome/browser/chromeos/login/mock_login_display_host.cc b/chrome/browser/chromeos/login/mock_login_display_host.cc
index 9cb6df16250a1103a18882d33fc7a66688dca007..6594d19da5c20c68407282ee9b80b8128c6b03fc 100644
--- a/chrome/browser/chromeos/login/mock_login_display_host.cc
+++ b/chrome/browser/chromeos/login/mock_login_display_host.cc
@@ -17,7 +17,7 @@ MockLoginDisplayHost::~MockLoginDisplayHost() {
void MockLoginDisplayHost::StartWizard(
const std::string& name,
scoped_ptr<base::DictionaryValue> value) {
- return StartWizardPtr(name, value.release());
+ return StartWizardPtr(name, value.get());
}
} // namespace chromeos
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698