Remove Context param from LocationUtils methods
LocationUtils methods require a Context, when the only Context needed
is the Application Context. This change uses ContextUtils to get the
Application Context and removes the Context parameters from the
relevant methods in LocationUtils.
BUG=
631244
Committed:
https://crrev.com/b708f491f4807afcac289b6704b59a4a69d53e28
Cr-Commit-Position: refs/heads/master@{#409093}