Remove using base::android statements from blimp
The blimp code contains cross platform code, linux code and Android code. To avoid confusion about where code originates from, this CL removes all 'using base::android::Foo' statements, and instead fully writes them out whenever they are used. BUG=None Review-Url: https://codereview.chromium.org/2339603002 Cr-Commit-Position: refs/heads/master@{#418598}
Showing
Please register or sign in to comment