Remove "using namespace" (jumbo, media/capture)
When building using jumbo, files get merged and the usage of "using namespace..." results in the error: using namespace directive in global context in header This commit solves the issue by removing "using namespace" and instead write the complete name when it is used. Bug: 867350 Change-Id: Iba570fbb737819ed515dc686ba65f9e7f9b47653 Reviewed-on: https://chromium-review.googlesource.com/1154538 Commit-Queue: Chrome Cunningham (In Paris) <chcunningham@chromium.org> Reviewed-by:Chrome Cunningham (In Paris) <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#579380}
Showing
Please register or sign in to comment