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

Unified Diff: chrome/browser/content_settings/local_shared_objects_container.h

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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/content_settings/local_shared_objects_container.h
diff --git a/chrome/browser/content_settings/local_shared_objects_container.h b/chrome/browser/content_settings/local_shared_objects_container.h
index 44f476004a9ab9f9ed7abad0a0f5af1d54337d88..de5a1dad2a92a663092e45de82e4d10a7bdc393d 100644
--- a/chrome/browser/content_settings/local_shared_objects_container.h
+++ b/chrome/browser/content_settings/local_shared_objects_container.h
@@ -26,8 +26,8 @@ class LocalSharedObjectsContainer : public LocalSharedObjectsCounter {
virtual ~LocalSharedObjectsContainer();
// LocalSharedObjectsCounter:
- virtual size_t GetObjectCount() const OVERRIDE;
- virtual size_t GetObjectCountForDomain(const GURL& url) const OVERRIDE;
+ virtual size_t GetObjectCount() const override;
+ virtual size_t GetObjectCountForDomain(const GURL& url) const override;
// Empties the container.
void Reset();
« no previous file with comments | « chrome/browser/content_settings/host_content_settings_map.h ('k') | chrome/browser/content_settings/mock_settings_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698