Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / shelf / shelf_unittest.cc
index 0df9a48..87d6b1a 100644 (file)
@@ -24,8 +24,8 @@
 #include "base/win/windows_version.h"
 #endif
 
-using ash::internal::ShelfView;
-using ash::internal::ShelfButton;
+using ash::ShelfView;
+using ash::ShelfButton;
 
 namespace ash {
 
@@ -37,9 +37,9 @@ class ShelfTest : public ash::test::AshTestBase {
         shelf_model_(NULL),
         item_delegate_manager_(NULL) {}
 
-  virtual ~ShelfTest() {}
+  ~ShelfTest() override {}
 
-  virtual void SetUp() {
+  void SetUp() override {
     test::AshTestBase::SetUp();
 
     shelf_ = Shelf::ForPrimaryDisplay();
@@ -54,9 +54,7 @@ class ShelfTest : public ash::test::AshTestBase {
     test_.reset(new ash::test::ShelfViewTestAPI(shelf_view_));
   }
 
-  virtual void TearDown() OVERRIDE {
-    test::AshTestBase::TearDown();
-  }
+  void TearDown() override { test::AshTestBase::TearDown(); }
 
   Shelf* shelf() {
     return shelf_;