Chromium Code Reviews

Issue 4660009: Remove "using namespace std" which is illegal per style guide.... (Closed)

Created:
10 years, 1 month ago by Peter Kasting
Modified:
9 years, 7 months ago
Reviewers:
rvargas (doing something else)
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Remove "using namespace std" which is illegal per style guide. Also remove the other using directives, most of which were already explicitly qualified at various places in the file anyway. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=65618

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+113 lines, -110 lines)
M net/http/http_response_headers_unittest.cc View 35 chunks +113 lines, -110 lines 0 comments

Messages

Total messages: 2 (0 generated)
Peter Kasting
10 years, 1 month ago (2010-11-10 02:00:13 UTC) #1
rvargas (doing something else)
10 years, 1 month ago (2010-11-10 02:13:17 UTC) #2
LGTM

Powered by Google App Engine