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

Unified Diff: content/browser/media/android/media_resource_getter_impl.h

Issue 629963002: Replacing the OVERRIDE with override and FINAL with final in content/browser/media (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: content/browser/media/android/media_resource_getter_impl.h
diff --git a/content/browser/media/android/media_resource_getter_impl.h b/content/browser/media/android/media_resource_getter_impl.h
index 9e8541106536ebb7efc353cb3da56caa86ffe856..4f0d2e81af84a3a2e8a81337ebb22c4459df98e2 100644
--- a/content/browser/media/android/media_resource_getter_impl.h
+++ b/content/browser/media/android/media_resource_getter_impl.h
@@ -46,24 +46,24 @@ class MediaResourceGetterImpl : public media::MediaResourceGetter {
// Must be called on the UI thread.
virtual void GetAuthCredentials(
const GURL& url,
- const GetAuthCredentialsCB& callback) OVERRIDE;
+ const GetAuthCredentialsCB& callback) override;
virtual void GetCookies(
const GURL& url,
const GURL& first_party_for_cookies,
- const GetCookieCB& callback) OVERRIDE;
+ const GetCookieCB& callback) override;
virtual void GetPlatformPathFromURL(
const GURL& url,
- const GetPlatformPathCB& callback) OVERRIDE;
+ const GetPlatformPathCB& callback) override;
virtual void ExtractMediaMetadata(
const std::string& url,
const std::string& cookies,
const std::string& user_agent,
- const ExtractMediaMetadataCB& callback) OVERRIDE;
+ const ExtractMediaMetadataCB& callback) override;
virtual void ExtractMediaMetadata(
const int fd,
const int64 offset,
const int64 size,
- const ExtractMediaMetadataCB& callback) OVERRIDE;
+ const ExtractMediaMetadataCB& callback) override;
static bool RegisterMediaResourceGetter(JNIEnv* env);
« no previous file with comments | « content/browser/media/android/browser_media_player_manager.h ('k') | content/browser/media/audio_stream_monitor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698