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

Issue 183008: Avoids the use of "namespace using-directives" in a few places.... (Closed)

Created:
11 years, 3 months ago by tfarina (gmail-do not use)
Modified:
9 years, 7 months ago
Reviewers:
brettw, Nico
CC:
chromium-reviews_googlegroups.com, John Grabowski, darin (slow to review), willchan no longer on Chromium
Visibility:
Public.

Description

Avoids the use of "namespace using-directives" in a few places. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25607

Patch Set 1 #

Total comments: 1

Patch Set 2 : review comments #

Patch Set 3 : with gfx:: #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -34 lines) Patch
M app/gfx/text_elider_unittest.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M net/disk_cache/disk_cache_test_util.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M skia/ext/image_operations.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download
M skia/ext/platform_device_mac.cc View 1 5 chunks +6 lines, -7 lines 0 comments Download
M webkit/glue/devtools/bound_object.cc View 1 3 chunks +2 lines, -4 lines 0 comments Download
M webkit/glue/glue_serialize_unittest.cc View 1 6 chunks +10 lines, -14 lines 0 comments Download
M webkit/tools/test_shell/test_shell_main.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
tfarina (gmail-do not use)
11 years, 3 months ago (2009-08-29 00:01:10 UTC) #1
brettw
LGTM
11 years, 3 months ago (2009-08-31 17:02:07 UTC) #2
tfarina (gmail-do not use)
On 2009/08/31 17:02:07, brettw wrote: > LGTM Brett, can I find someone to land this ...
11 years, 3 months ago (2009-09-02 15:40:37 UTC) #3
Nico
http://codereview.chromium.org/183008/diff/1/3 File skia/ext/platform_device_mac.cc (left): http://codereview.chromium.org/183008/diff/1/3#oldcode16 Line 16: using namespace gfx; That won't work because this ...
11 years, 3 months ago (2009-09-07 17:59:06 UTC) #4
brettw
On Mon, Sep 7, 2009 at 10:59 AM, <thakis@chromium.org> wrote: > > http://codereview.chromium.org/183008/diff/1/3 > File ...
11 years, 3 months ago (2009-09-07 18:39:17 UTC) #5
Nico
Since we're talking about this anyway: Is it a guideline to never use namespace using ...
11 years, 3 months ago (2009-09-07 18:41:28 UTC) #6
tfarina (gmail-do not use)
11 years, 3 months ago (2009-09-07 21:19:27 UTC) #7
I updated the cl to use gfx:: in platform_device_mac.cc

Powered by Google App Engine
This is Rietveld 408576698