Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / android_webview / native / aw_media_url_interceptor.h
index b059c02..a6370a9 100644 (file)
@@ -18,7 +18,7 @@ class AwMediaUrlInterceptor : public media::MediaUrlInterceptor {
   virtual bool Intercept(const std::string& url,
                          int* fd,
                          int64* offset,
-                         int64* size) const OVERRIDE;
+                         int64* size) const override;
 };
 
 }  // namespace android_webview