From cf2ce2306a89387b1708eea172b2497e701a5bd8 Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Mon, 7 Sep 2009 22:41:51 +0000 Subject: 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 --- app/gfx/text_elider_unittest.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/gfx') 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"; -- cgit v1.1