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

Unified Diff: chrome/browser/enumerate_modules_model_win.cc

Issue 1210013007: clang/win: Fix warnings to prepare for building without -Wno-reorder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@clang-unsequenced
Patch Set: Created 5 years, 6 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
Index: chrome/browser/enumerate_modules_model_win.cc
diff --git a/chrome/browser/enumerate_modules_model_win.cc b/chrome/browser/enumerate_modules_model_win.cc
index 4a23e1ddf37a4f7bcb0721a4dd221cf97e8bb83f..fb728aa2c4ab162af4273416eaa64b071c689df7 100644
--- a/chrome/browser/enumerate_modules_model_win.cc
+++ b/chrome/browser/enumerate_modules_model_win.cc
@@ -990,14 +990,13 @@ GURL EnumerateModulesModel::GetFirstNotableConflict() {
return url;
}
-
EnumerateModulesModel::EnumerateModulesModel()
: limited_mode_(false),
scanning_(false),
conflict_notification_acknowledged_(false),
confirmed_bad_modules_detected_(0),
- suspected_bad_modules_detected_(0),
- modules_to_notify_about_(0) {
+ modules_to_notify_about_(0),
+ suspected_bad_modules_detected_(0) {
lock = new base::Lock();
}
« no previous file with comments | « chrome/browser/chrome_select_file_dialog_factory_win.cc ('k') | chrome/browser/install_verification/win/module_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698