Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6476)

Unified Diff: android_webview/native/aw_media_url_interceptor.h

Issue 893343002: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/native/aw_media_url_interceptor.h
diff --git a/android_webview/native/aw_media_url_interceptor.h b/android_webview/native/aw_media_url_interceptor.h
index a6370a9db893e317eb3c5666e16ec7462ad724e1..332fd37393ba2b7a8b7eeb16fd2b5417cd54cd83 100644
--- a/android_webview/native/aw_media_url_interceptor.h
+++ b/android_webview/native/aw_media_url_interceptor.h
@@ -15,10 +15,10 @@ namespace android_webview {
// Interceptor to handle urls for media assets in the apk.
class AwMediaUrlInterceptor : public media::MediaUrlInterceptor {
public:
- virtual bool Intercept(const std::string& url,
- int* fd,
- int64* offset,
- int64* size) const override;
+ bool Intercept(const std::string& url,
+ int* fd,
+ int64* offset,
+ int64* size) const override;
};
} // namespace android_webview
« no previous file with comments | « android_webview/native/aw_http_auth_handler.h ('k') | android_webview/native/aw_message_port_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698