Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / shelf / shelf_window_watcher_unittest.cc
index 588db3b..34af9ba 100644 (file)
@@ -25,14 +25,14 @@ namespace ash {
 class ShelfWindowWatcherTest : public test::AshTestBase {
  public:
   ShelfWindowWatcherTest() : model_(NULL) {}
-  virtual ~ShelfWindowWatcherTest() {}
+  ~ShelfWindowWatcherTest() override {}
 
-  virtual void SetUp() OVERRIDE {
+  void SetUp() override {
     test::AshTestBase::SetUp();
     model_ = test::ShellTestApi(Shell::GetInstance()).shelf_model();
   }
 
-  virtual void TearDown() OVERRIDE {
+  void TearDown() override {
     model_ = NULL;
     test::AshTestBase::TearDown();
   }