Index: chrome/browser/upgrade_detector_impl.cc |
diff --git a/chrome/browser/upgrade_detector_impl.cc b/chrome/browser/upgrade_detector_impl.cc |
index 7ce3eb03833f30398e701a4260bc8946279622da..e61d2f86e2fc3d2dd3420c28726fdcb3ac5ce810 100644 |
--- a/chrome/browser/upgrade_detector_impl.cc |
+++ b/chrome/browser/upgrade_detector_impl.cc |
@@ -187,10 +187,10 @@ base::Version GetCurrentlyInstalledVersionImpl(Version* critical_update) { |
} // namespace |
UpgradeDetectorImpl::UpgradeDetectorImpl() |
- : weak_factory_(this), |
- is_unstable_channel_(false), |
+ : is_unstable_channel_(false), |
is_auto_update_enabled_(true), |
- build_date_(base::GetBuildTime()) { |
+ build_date_(base::GetBuildTime()), |
+ weak_factory_(this) { |
CommandLine command_line(*CommandLine::ForCurrentProcess()); |
// The different command line switches that affect testing can't be used |
// simultaneously, if they do, here's the precedence order, based on the order |