Roll src/third_party/chromite 6b5dce060865..3ef549770d8f (13 commits)

https://chromium.googlesource.com/chromiumos/chromite.git/+log/6b5dce060865..3ef549770d8f


git log 6b5dce060865..3ef549770d8f --date=short --no-merges --format='%ad %ae %s'
2019-02-10 gbiv@google.com Add merging for benchmark AFDO profiles
2019-02-10 dburger@chromium.org Change DeployLuciSchedulerStage to update new LUCI config.
2019-02-10 evanhernandez@chromium.org cros branch: Do not pass `git checkout` commit arg
2019-02-10 evanhernandez@chromium.org cros branch: Support --repo-url, --manifest-url.
2019-02-10 evanhernandez@chromium.org repo_sync_manifest: Support --repo-url.
2019-02-10 evanhernandez@chromium.org repo_sync_manifest: Support custom manifest url.
2019-02-10 evanhernandez@chromium.org cros branch: Implement remote rename.
2019-02-10 evanhernandez@chromium.org cros branch: Implement remote delete.
2019-02-10 evanhernandez@chromium.org cros branch: Implement remote push for `create`.
2019-02-10 ahassani@chromium.org build_dlc: prepare /etc/update_engine.conf
2019-02-09 dhanyaganesh@chromium.org BuildStore: Redirect GetBuildsStages through BuildStore (2/3)
2019-02-09 dhanyaganesh@chromium.org cros_buildresult: Redirect GetBuildsStages through BuildStore (3/3)
2019-02-09 dhanyaganesh@chromium.org BuildStore: Redirect GetBuildsStages through BuildStore (1/3)


Created with:
  gclient setdep -r src/third_party/chromite@3ef549770d8f

The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.


TBR=chrome-os-gardeners@chromium.org

Change-Id: Ibc10a7165a68f139d65e46f415359d2c829e59de
Reviewed-on: https://chromium-review.googlesource.com/c/1462316
Reviewed-by: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#630650}
diff --git a/DEPS b/DEPS
index e7c7ac0..7b7ae18 100644
--- a/DEPS
+++ b/DEPS
@@ -729,7 +729,7 @@
 
   # Build tools for Chrome OS. Note: This depends on third_party/pyelftools.
   'src/third_party/chromite': {
-      'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '6b5dce0608657cbf19a6a5ed409a95defcbec4da',
+      'url': Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '3ef549770d8fdf3e3ca472182f421fc50575ec4f',
       'condition': 'checkout_linux',
   },