summaryrefslogtreecommitdiff
path: root/chromium/components/update_client/update_checker.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/update_client/update_checker.h')
-rw-r--r--chromium/components/update_client/update_checker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/components/update_client/update_checker.h b/chromium/components/update_client/update_checker.h
index f9729fb81fb..c38bf61e790 100644
--- a/chromium/components/update_client/update_checker.h
+++ b/chromium/components/update_client/update_checker.h
@@ -37,7 +37,7 @@ class UpdateChecker {
// XML attribute string.
// On completion, the state of |components| is mutated as required by the
// server response received.
- virtual bool CheckForUpdates(
+ virtual void CheckForUpdates(
const std::vector<std::string>& ids_to_check,
const IdToComponentPtrMap& components,
const std::string& additional_attributes,