summaryrefslogtreecommitdiffstats
path: root/chrome/browser/jumplist_updater_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/jumplist_updater_win.h')
-rw-r--r--chrome/browser/jumplist_updater_win.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/jumplist_updater_win.h b/chrome/browser/jumplist_updater_win.h
index 16de382..283a270 100644
--- a/chrome/browser/jumplist_updater_win.h
+++ b/chrome/browser/jumplist_updater_win.h
@@ -30,7 +30,7 @@ class ShellLinkItem : public base::RefCountedThreadSafe<ShellLinkItem> {
const SkBitmap& icon_data() const { return icon_data_; }
std::wstring GetArguments() const;
- CommandLine* GetCommandLine();
+ base::CommandLine* GetCommandLine();
void set_title(const std::wstring& title) {
title_ = title;
@@ -50,7 +50,7 @@ class ShellLinkItem : public base::RefCountedThreadSafe<ShellLinkItem> {
~ShellLinkItem();
// Used for storing and appending command-line arguments.
- CommandLine command_line_;
+ base::CommandLine command_line_;
// The string to be displayed in a JumpList.
std::wstring title_;