| Index: components/component_updater/default_component_installer.cc
|
| diff --git a/components/component_updater/default_component_installer.cc b/components/component_updater/default_component_installer.cc
|
| index 9e3f34af777eeff1784c45f687c5343b54cd6a14..659da95230019fd8880899a8f868898d8e52302d 100644
|
| --- a/components/component_updater/default_component_installer.cc
|
| +++ b/components/component_updater/default_component_installer.cc
|
| @@ -118,7 +118,7 @@ bool DefaultComponentInstaller::Install(const base::DictionaryValue& manifest,
|
| bool DefaultComponentInstaller::GetInstalledFile(
|
| const std::string& file,
|
| base::FilePath* installed_file) {
|
| - if (current_version_.Equals(base::Version(kNullVersion)))
|
| + if (current_version_ == base::Version(kNullVersion))
|
| return false; // No component has been installed yet.
|
|
|
| *installed_file = installer_traits_->GetBaseDirectory()
|
|
|