summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles/profile_shortcut_manager_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profiles/profile_shortcut_manager_win.cc')
-rw-r--r--chrome/browser/profiles/profile_shortcut_manager_win.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_shortcut_manager_win.cc b/chrome/browser/profiles/profile_shortcut_manager_win.cc
index a6d1dd0..9db08f1a 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;