Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / renderer / pepper / pepper_url_request_unittest.cc
index da7be19..e9008ec 100644 (file)
@@ -57,7 +57,7 @@ class URLRequestInfoTest : public RenderViewTest {
   // url_request_info_util.cc to detect that this is a test instance.
   URLRequestInfoTest() : pp_instance_(-1) {}
 
-  virtual void SetUp() OVERRIDE {
+  void SetUp() override {
     RenderViewTest::SetUp();
     ppapi::ProxyLock::DisableLockingOnThreadForTest();
 
@@ -68,7 +68,7 @@ class URLRequestInfoTest : public RenderViewTest {
         ppapi::proxy::Connection(), pp_instance_, URLRequestInfoData());
   }
 
-  virtual void TearDown() OVERRIDE {
+  void TearDown() override {
     test_globals_.GetResourceTracker()->DidDeleteInstance(pp_instance_);
     RenderViewTest::TearDown();
   }