Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / shell / browser / shell_quota_permission_context.h
index 3a93e4c..365e049 100644 (file)
@@ -15,13 +15,12 @@ class ShellQuotaPermissionContext : public QuotaPermissionContext {
   ShellQuotaPermissionContext();
 
   // The callback will be dispatched on the IO thread.
-  virtual void RequestQuotaPermission(
-      const StorageQuotaParams& params,
-      int render_process_id,
-      const PermissionCallback& callback) OVERRIDE;
+  void RequestQuotaPermission(const StorageQuotaParams& params,
+                              int render_process_id,
+                              const PermissionCallback& callback) override;
 
  private:
-  virtual ~ShellQuotaPermissionContext();
+  ~ShellQuotaPermissionContext() override;
 
   DISALLOW_COPY_AND_ASSIGN(ShellQuotaPermissionContext);
 };