| Index: chrome/browser/component_updater/default_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/default_component_installer.cc b/chrome/browser/component_updater/default_component_installer.cc
|
| index da8dac971a5944f471db6b6382c5dfcad002ac1b..56bede1d827a6864d6c71407c5cf67f368fcd0ac 100644
|
| --- a/chrome/browser/component_updater/default_component_installer.cc
|
| +++ b/chrome/browser/component_updater/default_component_installer.cc
|
| @@ -121,8 +121,8 @@ void DefaultComponentInstaller::StartRegistration(
|
|
|
| if (found) {
|
| current_version_ = latest_version;
|
| - file_util::ReadFileToString(latest_dir.AppendASCII("manifest.fingerprint"),
|
| - ¤t_fingerprint_);
|
| + base::ReadFileToString(latest_dir.AppendASCII("manifest.fingerprint"),
|
| + ¤t_fingerprint_);
|
| }
|
|
|
| // Remove older versions of the component. None should be in use during
|
|
|