Index: base/win/shortcut.h |
diff --git a/base/win/shortcut.h b/base/win/shortcut.h |
index 6f7d10c8ee715a397fe49b5faf0964305ee44c82..6c85f0151d8fa06747667933fef78ee90abb1781 100644 |
--- a/base/win/shortcut.h |
+++ b/base/win/shortcut.h |
@@ -155,12 +155,12 @@ BASE_EXPORT bool ResolveShortcut(const FilePath& shortcut_path, |
// Pins a shortcut to the Windows 7 taskbar. The shortcut file must already |
// exist and be a shortcut that points to an executable. The app id of the |
// shortcut is used to group windows and must be set correctly. |
-BASE_EXPORT bool TaskbarPinShortcutLink(const wchar_t* shortcut); |
+BASE_EXPORT bool TaskbarPinShortcutLink(const FilePath& shortcut); |
// Unpins a shortcut from the Windows 7 taskbar. The shortcut must exist and |
// already be pinned to the taskbar. The app id of the shortcut is used as the |
// identifier for the taskbar item to remove and must be set correctly. |
-BASE_EXPORT bool TaskbarUnpinShortcutLink(const wchar_t* shortcut); |
+BASE_EXPORT bool TaskbarUnpinShortcutLink(const FilePath& shortcut); |
} // namespace win |
} // namespace base |