From 14be8a2901fd1ef01b2d886fdc67b46dfad95a8f Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Wed, 26 Mar 2014 15:28:45 +0000 Subject: Revert 259581 "Fix bustage with nested namespace" > Fix bustage with nested namespace > > BUG= > > Review URL: https://codereview.chromium.org/212863006 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/212893004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@259588 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/snapshot/snapshot_aura_unittest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui') diff --git a/ui/snapshot/snapshot_aura_unittest.cc b/ui/snapshot/snapshot_aura_unittest.cc index 0954665..55c90c8 100644 --- a/ui/snapshot/snapshot_aura_unittest.cc +++ b/ui/snapshot/snapshot_aura_unittest.cc @@ -90,7 +90,7 @@ class SnapshotAuraTest : public testing::Test { bool enable_pixel_output = true; ui::InitializeContextFactoryForTests(enable_pixel_output); - helper_.reset(new ::wm::WMTestHelper); + helper_.reset(new wm::WMTestHelper); helper_->SetUp(); } @@ -171,7 +171,7 @@ class SnapshotAuraTest : public testing::Test { bool completed_; }; - scoped_ptr<::wm::WMTestHelper> helper_; + scoped_ptr helper_; scoped_ptr test_window_; scoped_ptr delegate_; std::vector png_representation_; -- cgit v1.1