Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / browser / service_worker / service_worker_handle_unittest.cc
index 3368dc1..8adf4f5 100644 (file)
@@ -43,7 +43,7 @@ class ServiceWorkerHandleTest : public testing::Test {
   ServiceWorkerHandleTest()
       : browser_thread_bundle_(TestBrowserThreadBundle::IO_MAINLOOP) {}
 
-  virtual void SetUp() OVERRIDE {
+  void SetUp() override {
     helper_.reset(new EmbeddedWorkerTestHelper(kRenderProcessId));
 
     const GURL pattern("http://www.example.com/");
@@ -60,7 +60,7 @@ class ServiceWorkerHandleTest : public testing::Test {
     helper_->SimulateAddProcessToPattern(pattern, kRenderProcessId);
   }
 
-  virtual void TearDown() OVERRIDE {
+  void TearDown() override {
     registration_ = NULL;
     version_ = NULL;
     helper_.reset();