Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / supervised_user / supervised_user_url_filter_unittest.cc
index f62f3ac..2ea0127 100644 (file)
@@ -18,14 +18,10 @@ class SupervisedUserURLFilterTest : public ::testing::Test,
     filter_->AddObserver(this);
   }
 
-  virtual ~SupervisedUserURLFilterTest() {
-    filter_->RemoveObserver(this);
-  }
+  ~SupervisedUserURLFilterTest() override { filter_->RemoveObserver(this); }
 
   // SupervisedUserURLFilter::Observer:
-  virtual void OnSiteListUpdated() OVERRIDE {
-    run_loop_.Quit();
-  }
+  void OnSiteListUpdated() override { run_loop_.Quit(); }
 
  protected:
   bool IsURLWhitelisted(const std::string& url) {