Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(493)

Issue 6973055: Removing 'using namespace' style violations in src/ipc/ (Closed)

Created:
9 years, 7 months ago by KushalP
Modified:
9 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, Paweł Hajdan Jr.
Visibility:
Public.

Description

Removing 'using namespace' style violations in src/ipc/ BUG=82078 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=85340

Patch Set 1 #

Patch Set 2 : Removing plain namespace calls, replacing with global 'namespace IPC' #

Patch Set 3 : Replacing all IPC:: cases, wrapping in the IPC namespace #

Total comments: 2

Patch Set 4 : Putting back the anonymous namespace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -5 lines) Patch
M ipc/ipc_sync_channel_unittest.cc View 1 2 3 6 chunks +8 lines, -5 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
KushalP
I've removed all traces of "using namespace" and replaced with the respective class call. However, ...
9 years, 7 months ago (2011-05-13 11:24:01 UTC) #1
tfarina
Removing myself, as I can't approve ipc changes.
9 years, 7 months ago (2011-05-13 11:25:31 UTC) #2
KushalP
On 2011/05/13 11:25:31, tfarina wrote: > Removing myself, as I can't approve ipc changes. Should ...
9 years, 7 months ago (2011-05-13 12:48:15 UTC) #3
dhollowa
On 2011/05/13 12:48:15, KushalP wrote: > On 2011/05/13 11:25:31, tfarina wrote: > > Removing myself, ...
9 years, 7 months ago (2011-05-13 17:13:39 UTC) #4
brettw
Since this is in the IPC directory, I would just put the file in the ...
9 years, 7 months ago (2011-05-13 17:20:40 UTC) #5
dhollowa
On 2011/05/13 17:13:39, dhollowa wrote: > On 2011/05/13 12:48:15, KushalP wrote: > > On 2011/05/13 ...
9 years, 7 months ago (2011-05-13 18:10:04 UTC) #6
kinaba
On 2011/05/13 18:10:04, dhollowa wrote: > (3) What Brett said. > > Prefer (3). +1
9 years, 7 months ago (2011-05-13 18:38:33 UTC) #7
KushalP
On 2011/05/13 17:20:40, brettw wrote: > Since this is in the IPC directory, I would ...
9 years, 7 months ago (2011-05-13 19:07:30 UTC) #8
brettw
http://codereview.chromium.org/6973055/diff/6002/ipc/ipc_sync_channel_unittest.cc File ipc/ipc_sync_channel_unittest.cc (left): http://codereview.chromium.org/6973055/diff/6002/ipc/ipc_sync_channel_unittest.cc#oldcode30 ipc/ipc_sync_channel_unittest.cc:30: namespace { I think we still want to keep ...
9 years, 7 months ago (2011-05-13 19:13:39 UTC) #9
KushalP
Okay, I've put the anonymous namespaces back. Wasn't sure whether that was bad practice or ...
9 years, 7 months ago (2011-05-13 19:19:17 UTC) #10
brettw
LGTM
9 years, 7 months ago (2011-05-13 19:20:33 UTC) #11
kinaba
LGTM
9 years, 7 months ago (2011-05-13 19:29:20 UTC) #12
KushalP
On 2011/05/13 19:29:20, kinaba wrote: > LGTM Committing!
9 years, 7 months ago (2011-05-13 19:32:18 UTC) #13
dhollowa
LGTM. On 2011/05/13 19:32:18, KushalP wrote: > On 2011/05/13 19:29:20, kinaba wrote: > > LGTM ...
9 years, 7 months ago (2011-05-13 19:42:21 UTC) #14
commit-bot: I haz the power
9 years, 7 months ago (2011-05-13 22:42:44 UTC) #15
Change committed as 85340

Powered by Google App Engine
This is Rietveld 408576698