Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / child / appcache / appcache_frontend_impl.h
index 161f661..e0bbdc6 100644 (file)
@@ -11,23 +11,21 @@ namespace content {
 
 class AppCacheFrontendImpl : public AppCacheFrontend {
  public:
-  virtual void OnCacheSelected(int host_id,
-                               const AppCacheInfo& info) OVERRIDE;
-  virtual void OnStatusChanged(const std::vector<int>& host_ids,
-                               AppCacheStatus status) OVERRIDE;
-  virtual void OnEventRaised(const std::vector<int>& host_ids,
-                             AppCacheEventID event_id) OVERRIDE;
-  virtual void OnProgressEventRaised(const std::vector<int>& host_ids,
-                                     const GURL& url,
-                                     int num_total,
-                                     int num_complete) OVERRIDE;
-  virtual void OnErrorEventRaised(const std::vector<int>& host_ids,
-                                  const AppCacheErrorDetails& details)
-      OVERRIDE;
-  virtual void OnLogMessage(int host_id,
-                            AppCacheLogLevel log_level,
-                            const std::string& message) OVERRIDE;
-  virtual void OnContentBlocked(int host_id, const GURL& manifest_url) OVERRIDE;
+  void OnCacheSelected(int host_id, const AppCacheInfo& info) override;
+  void OnStatusChanged(const std::vector<int>& host_ids,
+                       AppCacheStatus status) override;
+  void OnEventRaised(const std::vector<int>& host_ids,
+                     AppCacheEventID event_id) override;
+  void OnProgressEventRaised(const std::vector<int>& host_ids,
+                             const GURL& url,
+                             int num_total,
+                             int num_complete) override;
+  void OnErrorEventRaised(const std::vector<int>& host_ids,
+                          const AppCacheErrorDetails& details) override;
+  void OnLogMessage(int host_id,
+                    AppCacheLogLevel log_level,
+                    const std::string& message) override;
+  void OnContentBlocked(int host_id, const GURL& manifest_url) override;
 };
 
 }  // namespace content