| Index: chrome/browser/profiles/profile_shortcut_manager_win.h
|
| diff --git a/chrome/browser/profiles/profile_shortcut_manager_win.h b/chrome/browser/profiles/profile_shortcut_manager_win.h
|
| index a2bb5d80963587182dd3d7877de34da34681751f..215178c696df72002e1e56781cfc0d647551cdaf 100644
|
| --- a/chrome/browser/profiles/profile_shortcut_manager_win.h
|
| +++ b/chrome/browser/profiles/profile_shortcut_manager_win.h
|
| @@ -63,7 +63,7 @@ class ProfileShortcutManagerWin : public ProfileShortcutManager,
|
| const base::FilePath& profile_path,
|
| const base::Callback<void(bool)>& callback) OVERRIDE;
|
| virtual void GetShortcutProperties(const base::FilePath& profile_path,
|
| - CommandLine* command_line,
|
| + base::CommandLine* command_line,
|
| base::string16* name,
|
| base::FilePath* icon_path) OVERRIDE;
|
|
|
|
|