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

Unified Diff: chrome/installer/util/move_tree_work_item.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
« no previous file with comments | « chrome/installer/util/delete_reg_value_work_item.cc ('k') | chrome/installer/util/self_reg_work_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/move_tree_work_item.cc
diff --git a/chrome/installer/util/move_tree_work_item.cc b/chrome/installer/util/move_tree_work_item.cc
index 5d6c070339339300335650d50bf58d0c3dcaa56a..56671ba77518d01ded240b5578445244e00c6ed0 100644
--- a/chrome/installer/util/move_tree_work_item.cc
+++ b/chrome/installer/util/move_tree_work_item.cc
@@ -21,10 +21,10 @@ MoveTreeWorkItem::MoveTreeWorkItem(const base::FilePath& source_path,
: source_path_(source_path),
dest_path_(dest_path),
temp_dir_(temp_dir),
- duplicate_option_(duplicate_option),
moved_to_dest_path_(false),
moved_to_backup_(false),
- source_moved_to_backup_(false) {
+ source_moved_to_backup_(false),
+ duplicate_option_(duplicate_option) {
}
bool MoveTreeWorkItem::Do() {
« no previous file with comments | « chrome/installer/util/delete_reg_value_work_item.cc ('k') | chrome/installer/util/self_reg_work_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698