Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / message_center / notification_list_unittest.cc
index 823a2d5..fe8c1f4 100644 (file)
@@ -22,9 +22,9 @@ namespace message_center {
 class NotificationListTest : public testing::Test {
  public:
   NotificationListTest() {}
-  virtual ~NotificationListTest() {}
+  ~NotificationListTest() override {}
 
-  virtual void SetUp() {
+  void SetUp() override {
     notification_list_.reset(new NotificationList());
     counter_ = 0;
   }