X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fash%2Ffocus_cycler_unittest.cc;h=33c89c2c7f22c120ab3338138140cf3c995642d4;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=5b25d966b3c654e5b98679899092bd0b5bb413b3;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ash/focus_cycler_unittest.cc b/src/ash/focus_cycler_unittest.cc index 5b25d96..33c89c2 100644 --- a/src/ash/focus_cycler_unittest.cc +++ b/src/ash/focus_cycler_unittest.cc @@ -27,14 +27,11 @@ namespace ash { namespace test { using aura::Window; -using internal::FocusCycler; namespace { -internal::StatusAreaWidgetDelegate* GetStatusAreaWidgetDelegate( - views::Widget* widget) { - return static_cast( - widget->GetContentsView()); +StatusAreaWidgetDelegate* GetStatusAreaWidgetDelegate(views::Widget* widget) { + return static_cast(widget->GetContentsView()); } class PanedWidgetDelegate : public views::WidgetDelegate { @@ -96,10 +93,11 @@ class FocusCyclerTest : public AshTestBase { bool CreateTray() { if (tray_) return false; - aura::Window* parent = Shell::GetPrimaryRootWindowController()-> - GetContainer(ash::internal::kShellWindowId_StatusContainer); + aura::Window* parent = + Shell::GetPrimaryRootWindowController()->GetContainer( + ash::kShellWindowId_StatusContainer); - internal::StatusAreaWidget* widget = new internal::StatusAreaWidget(parent); + StatusAreaWidget* widget = new StatusAreaWidget(parent); widget->CreateTrayViews(); widget->Show(); tray_.reset(widget->system_tray());