summaryrefslogtreecommitdiffstats
path: root/chrome/browser/component_updater/default_component_installer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/component_updater/default_component_installer.cc')
-rw-r--r--chrome/browser/component_updater/default_component_installer.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/component_updater/default_component_installer.cc b/chrome/browser/component_updater/default_component_installer.cc
index da8dac9..56bede1 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"),
- &current_fingerprint_);
+ base::ReadFileToString(latest_dir.AppendASCII("manifest.fingerprint"),
+ &current_fingerprint_);
}
// Remove older versions of the component. None should be in use during