| Index: chrome/installer/setup/setup_util.h
|
| diff --git a/chrome/installer/setup/setup_util.h b/chrome/installer/setup/setup_util.h
|
| index c48a0b7437699ecbc15b0daa1b635fd76f8582d6..96a7679c90662615868fa672ddaded32d791d659 100644
|
| --- a/chrome/installer/setup/setup_util.h
|
| +++ b/chrome/installer/setup/setup_util.h
|
| @@ -45,7 +45,7 @@ int CourgettePatchFiles(const base::FilePath& src,
|
| // Applies a patch file to source file using bsdiff. This function uses
|
| // Courgette's flavor of bsdiff. Returns 0 in case of success, or
|
| // kBsdiffErrorOffset + a bsdiff status code in case of errors.
|
| -// See courgette/third_party/bsdiff.h for details.
|
| +// See courgette/third_party/bsdiff/bsdiff.h for details.
|
| int BsdiffPatchFiles(const base::FilePath& src,
|
| const base::FilePath& patch,
|
| const base::FilePath& dest);
|
|
|