Index: chrome/browser/profiles/profile_shortcut_manager_win.cc |
diff --git a/chrome/browser/profiles/profile_shortcut_manager_win.cc b/chrome/browser/profiles/profile_shortcut_manager_win.cc |
index a6d1dd0bafb33a047880da99e537b6aaa58495d9..9db08f1a2081df10cf51e98b8e2ac5f9c8e47005 100644 |
--- a/chrome/browser/profiles/profile_shortcut_manager_win.cc |
+++ b/chrome/browser/profiles/profile_shortcut_manager_win.cc |
@@ -369,7 +369,7 @@ struct CreateOrUpdateShortcutsParams { |
base::FilePath profile_path, |
ProfileShortcutManagerWin::CreateOrUpdateMode create_mode, |
ProfileShortcutManagerWin::NonProfileShortcutAction action) |
- : profile_path(profile_path), create_mode(create_mode), action(action) {} |
+ : create_mode(create_mode), action(action), profile_path(profile_path) {} |
~CreateOrUpdateShortcutsParams() {} |
ProfileShortcutManagerWin::CreateOrUpdateMode create_mode; |