DescriptionRemove "using namespace" statements from headers
It is bad practice to have "using namespace" statements in the headers as it
can change the lookup rules in unrelated implementation files.
This is also against Chromium coding style:
http://www.chromium.org/developers/coding-style/chromium-style-checker-errors#TOC-Using-namespace-in-a-header
R=esprehn, adamk
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165150
Patch Set 1 #Patch Set 2 : Rebase #
Messages
Total messages: 8 (0 generated)
|