Addresses code review suggestions Chromium change: https://chromium.googlesource.com/chromium/src/+/204335845d2b7292bb99cb880203b7d132ddfa72 commit 204335845d2b7292bb99cb880203b7d132ddfa72 Author: Colin Blundell <blundell@chromium.org> Date: Wed Apr 15 08:52:29 2020 +0000 [Android] Componentize InterceptNavigationDelegateImpl After preceding CLs this class has no remaining //chrome dependencies other than resources, which this CL componentizes along with the class itself. As this implementation of InterceptNavigationDelegate is specific to the overall intent launching logic in //components/external_intents, this CL componentizes it into that component. Componentizing this class will enable it to be reused in WebLayer. Bug: 1031465