Move MockDownloadController to //chrome/browser:test_support
The Android MockDownloadController was added in: https://codereview.chromium.org/1217223006 However, it seems to have been incorrectly added to our prod target instead of something only for tests. This is unnecessary since it is never used in prod. This CL moves it to //chrome/browser:test_support, which is already depsed in for the target that the single unit test that uses it (DownloadResourceThrottleTest) is part of. BUG=None Change-Id: I70e7c06e603d38f858aadcffb47ac9bbd256e656 Reviewed-on: https://chromium-review.googlesource.com/471927Reviewed-by:Ted Choc <tedchoc@chromium.org> Commit-Queue: Tommy Nyquist <nyquist@chromium.org> Cr-Commit-Position: refs/heads/master@{#462996}
Showing
Please register or sign in to comment