Updater: Create test updater binaries that have an offset version.

These build targets will generate an updater at a.b.c.(10 * d + 1).

Bug: 1206314
Change-Id: I7e5ea56c6d392f6f1b0047d7a00791e6e0b4acdb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2874250
Auto-Submit: Joshua Pawlicki <[email protected]>
Commit-Queue: Joshua Pawlicki <[email protected]>
Reviewed-by: Sorin Jianu <[email protected]>
Cr-Commit-Position: refs/heads/master@{#880513}
diff --git a/chrome/updater/test/integration_tests_mac.mm b/chrome/updater/test/integration_tests_mac.mm
index 529d5888..ff45540 100644
--- a/chrome/updater/test/integration_tests_mac.mm
+++ b/chrome/updater/test/integration_tests_mac.mm
@@ -193,8 +193,8 @@
   if (path)
     EXPECT_FALSE(base::PathExists(*path));
 
-  ExpectServiceAbsent(scope, kUpdateServiceLaunchdName);
-  ExpectServiceAbsent(scope, kUpdateServiceInternalLaunchdName);
+  ExpectServiceAbsent(scope, GetUpdateServiceLaunchdName());
+  ExpectServiceAbsent(scope, GetUpdateServiceInternalLaunchdName());
 }
 
 void ExpectInstalled(UpdaterScope scope) {