diff options
author | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-18 01:48:03 +0000 |
---|---|---|
committer | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-18 01:48:03 +0000 |
commit | 07cc9b9105c36a866b4fc4eff9cf3fbe452c957c (patch) | |
tree | db1210a7a4d0e0bec49d79182e6415a5f2a76d1c | |
parent | 8d0f331b0a7b37e22b4d0233b799f06f86086625 (diff) | |
download | chromium_src-07cc9b9105c36a866b4fc4eff9cf3fbe452c957c.zip chromium_src-07cc9b9105c36a866b4fc4eff9cf3fbe452c957c.tar.gz chromium_src-07cc9b9105c36a866b4fc4eff9cf3fbe452c957c.tar.bz2 |
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
-rw-r--r-- | base/file_util.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/base/file_util.h b/base/file_util.h index 911ee0d..66fe51c 100644 --- a/base/file_util.h +++ b/base/file_util.h @@ -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. |