DescriptionRemove some unnecessary using namespaces and add include guards
The Chromium Code Style doesn't allow using namespace and when
I looked at the code it seems some of them in layout are not
even needed. This removes the ones that are not needed and
adds explicit scoping at the one place it's needed.
Also adding a missing header guard and remove an unused enum.
Review-Url: https://codereview.chromium.org/2722313007
Cr-Commit-Position: refs/heads/master@{#454563}
Committed: https://chromium.googlesource.com/chromium/src/+/a333b76c54e0058b23fa8f2ffb6a64dc53fbb6e1
Patch Set 1 #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 8 (4 generated)
|