| Index: chrome/browser/component_updater/cld_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/cld_component_installer.cc b/chrome/browser/component_updater/cld_component_installer.cc
|
| index 3e3709174cd6e6be14ff2a48ab41ca3adedacbd5..3ec1f595e63dec2dfdbf71ac4ce59db7796bc49d 100644
|
| --- a/chrome/browser/component_updater/cld_component_installer.cc
|
| +++ b/chrome/browser/component_updater/cld_component_installer.cc
|
| @@ -61,7 +61,7 @@ bool CldComponentInstallerTraits::OnCustomInstall(
|
| }
|
|
|
| base::FilePath CldComponentInstallerTraits::GetInstalledPath(
|
| - const base::FilePath& base) const {
|
| + const base::FilePath& base) {
|
| // Currently, all platforms have the file at the same location because there
|
| // is no binary difference in the generated file on any supported platform.
|
| // NB: This may change when 64-bit is officially supported.
|
|
|