Removing using declarations that import names in the C++ Standard library.
This is as per the the coding guidelines for blink, which disallows the use of "using" declarations of any kind to import names in the C++ Standard library. This is in continuation of the CL https://codereview.chromium.org/329183002/ Effected Folders: Source/core/html/ BUG=NONE Review URL: https://codereview.chromium.org/334593005 git-svn-id: svn://svn.chromium.org/blink/trunk@176069 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment