Index: chrome/installer/util/google_update_util.cc |
diff --git a/chrome/installer/util/google_update_util.cc b/chrome/installer/util/google_update_util.cc |
index efe5835fa69726089b4bbf9fcbb0b93021df7701..05c3eccac217147a290ba296c1a05ce6126756a3 100644 |
--- a/chrome/installer/util/google_update_util.cc |
+++ b/chrome/installer/util/google_update_util.cc |
@@ -183,7 +183,7 @@ void ElevateIfNeededToReenableUpdates() { |
base::win::UserAccountControlIsEnabled()) { |
base::LaunchElevatedProcess(cmd, launch_options); |
} else { |
- base::LaunchProcess(cmd, launch_options, NULL); |
+ base::LaunchProcess(cmd, launch_options); |
} |
} |