diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-07 22:41:51 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-07 22:41:51 +0000 |
commit | cf2ce2306a89387b1708eea172b2497e701a5bd8 (patch) | |
tree | 88330ca1ced83720a8b7a1c0ff6d5308d43555da /skia/ext/image_operations.cc | |
parent | 285d2cfa97175a67080cd8c6dbd0ed73a7181f0f (diff) | |
download | chromium_src-cf2ce2306a89387b1708eea172b2497e701a5bd8.zip chromium_src-cf2ce2306a89387b1708eea172b2497e701a5bd8.tar.gz chromium_src-cf2ce2306a89387b1708eea172b2497e701a5bd8.tar.bz2 |
Avoids the use of "namespace using-directives" in a few places.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/183008
Patch from tfarina.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25607 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/ext/image_operations.cc')
-rw-r--r-- | skia/ext/image_operations.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/skia/ext/image_operations.cc b/skia/ext/image_operations.cc index a86f99e..afd7b51 100644 --- a/skia/ext/image_operations.cc +++ b/skia/ext/image_operations.cc @@ -22,9 +22,6 @@ namespace skia { -// TODO(brettw) remove this and put this file in the skia namespace. -using namespace gfx; - namespace { // Returns the ceiling/floor as an integer. |