Index: chrome/installer/util/google_update_settings.cc |
diff --git a/chrome/installer/util/google_update_settings.cc b/chrome/installer/util/google_update_settings.cc |
index 6ed2852de7797fcf4adba45b12e75797bde10438..3e1767723298baa3b3e5ccf7dbe47de8ebffef44 100644 |
--- a/chrome/installer/util/google_update_settings.cc |
+++ b/chrome/installer/util/google_update_settings.cc |
@@ -334,7 +334,7 @@ scoped_ptr<metrics::ClientInfo> GoogleUpdateSettings::LoadMetricsClientInfo() { |
&client_info->reporting_enabled_date); |
} |
- return client_info.Pass(); |
+ return client_info; |
} |
void GoogleUpdateSettings::StoreMetricsClientInfo( |