Index: chrome/browser/jumplist_win.cc |
diff --git a/chrome/browser/jumplist_win.cc b/chrome/browser/jumplist_win.cc |
index 577ccf5ff53c7fbfae7b98fe8f8e80cb099fef6f..1336ee6d986912b54bd8048328b247ce6b514a8e 100644 |
--- a/chrome/browser/jumplist_win.cc |
+++ b/chrome/browser/jumplist_win.cc |
@@ -430,7 +430,7 @@ bool UpdateJumpList(const wchar_t* app_id, |
if (!user_data_dir.empty()) |
command_line.AppendSwitchPath(switches::kUserDataDir, user_data_dir); |
- std::wstring chrome_switches = command_line.command_line_string(); |
+ std::wstring chrome_switches = command_line.GetCommandLineString(); |
// We allocate 60% of the given JumpList slots to "most-visited" items |
// and 40% to "recently-closed" items, respectively. |