summaryrefslogtreecommitdiffstats
path: root/app/gfx
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-07 22:41:51 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-07 22:41:51 +0000
commitcf2ce2306a89387b1708eea172b2497e701a5bd8 (patch)
tree88330ca1ced83720a8b7a1c0ff6d5308d43555da /app/gfx
parent285d2cfa97175a67080cd8c6dbd0ed73a7181f0f (diff)
downloadchromium_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 'app/gfx')
-rw-r--r--app/gfx/text_elider_unittest.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/gfx/text_elider_unittest.cc b/app/gfx/text_elider_unittest.cc
index bf07428..abb7c23 100644
--- a/app/gfx/text_elider_unittest.cc
+++ b/app/gfx/text_elider_unittest.cc
@@ -9,8 +9,6 @@
#include "googleurl/src/gurl.h"
#include "testing/gtest/include/gtest/gtest.h"
-using namespace gfx;
-
namespace {
const wchar_t kEllipsis[] = L"\x2026";