Commit 07cc9b91 authored by gab@chromium.org's avatar gab@chromium.org

Fix indent nit in file_util.h


BUG=None


Review URL: https://chromiumcodereview.appspot.com/10832378

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152208 0039d316-1c4b-4281-b951-d872f2087c98
parent 8d0f331b
......@@ -260,14 +260,14 @@ BASE_EXPORT bool ResolveShortcut(const FilePath& shortcut_path,
// properties on an existing shortcut will be modified. If the shortcut does not
// exist, this method is a no-op and returns false.
BASE_EXPORT bool CreateOrUpdateShortcutLink(const wchar_t *source,
const wchar_t *destination,
const wchar_t *working_dir,
const wchar_t *arguments,
const wchar_t *description,
const wchar_t *icon,
int icon_index,
const wchar_t* app_id,
uint32 options);
const wchar_t *destination,
const wchar_t *working_dir,
const wchar_t *arguments,
const wchar_t *description,
const wchar_t *icon,
int icon_index,
const wchar_t* app_id,
uint32 options);
// Pins a shortcut to the Windows 7 taskbar. The shortcut file must already
// exist and be a shortcut that points to an executable.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment