Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / net / url_request / view_cache_helper_unittest.cc
index 31ad0ba..097eade 100644 (file)
@@ -21,9 +21,7 @@ class TestURLRequestContext : public URLRequestContext {
  public:
   TestURLRequestContext();
 
-  virtual ~TestURLRequestContext() {
-    AssertNoURLRequests();
-  }
+  ~TestURLRequestContext() override { AssertNoURLRequests(); }
 
   // Gets a pointer to the cache backend.
   disk_cache::Backend* GetBackend();