Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / test / appcache_test_helper.h
index 3b6f6c9..5f5221f 100644 (file)
@@ -20,18 +20,17 @@ namespace content {
 class AppCacheTestHelper : public AppCacheStorage::Delegate {
  public:
   AppCacheTestHelper();
-  virtual ~AppCacheTestHelper();
+  ~AppCacheTestHelper() override;
   void AddGroupAndCache(AppCacheServiceImpl* appcache_service,
                         const GURL& manifest_url);
 
   void GetOriginsWithCaches(AppCacheServiceImpl* appcache_service,
                             std::set<GURL>* origins);
  private:
-  virtual void OnGroupAndNewestCacheStored(
-      AppCacheGroup* group,
-      AppCache* newest_cache,
-      bool success,
-      bool would_exceed_quota) OVERRIDE;
+  void OnGroupAndNewestCacheStored(AppCacheGroup* group,
+                                   AppCache* newest_cache,
+                                   bool success,
+                                   bool would_exceed_quota) override;
   void OnGotAppCacheInfo(int rv);
 
   int group_id_;