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

Unified Diff: chrome/browser/media_galleries/gallery_watch_manager.h

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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: chrome/browser/media_galleries/gallery_watch_manager.h
diff --git a/chrome/browser/media_galleries/gallery_watch_manager.h b/chrome/browser/media_galleries/gallery_watch_manager.h
index d8ba15afc55daef35a47afd4ff4c00da577c0536..fdcac7245128345fa5e5577b9186190018df5ed4 100644
--- a/chrome/browser/media_galleries/gallery_watch_manager.h
+++ b/chrome/browser/media_galleries/gallery_watch_manager.h
@@ -125,13 +125,13 @@ class GalleryWatchManager
// MediaGalleriesPreferences::GalleryChangeObserver implementation.
virtual void OnPermissionRemoved(MediaGalleriesPreferences* pref,
const std::string& extension_id,
- MediaGalleryPrefId pref_id) OVERRIDE;
+ MediaGalleryPrefId pref_id) override;
virtual void OnGalleryRemoved(MediaGalleriesPreferences* pref,
- MediaGalleryPrefId pref_id) OVERRIDE;
+ MediaGalleryPrefId pref_id) override;
// storage_monitor::RemovableStorageObserver implementation.
virtual void OnRemovableStorageDetached(
- const storage_monitor::StorageInfo& info) OVERRIDE;
+ const storage_monitor::StorageInfo& info) override;
// True if the we are already observing the storage monitor.
bool storage_monitor_observed_;

Powered by Google App Engine
This is Rietveld 408576698