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

Unified Diff: extensions/browser/api/system_memory/memory_info_provider.h

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (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: extensions/browser/api/system_memory/memory_info_provider.h
diff --git a/extensions/browser/api/system_memory/memory_info_provider.h b/extensions/browser/api/system_memory/memory_info_provider.h
index 136e5eae13e402734bd472de495dc5f0039217c6..6a091f53e78ee8228b7e8784f4102899cd5bccad 100644
--- a/extensions/browser/api/system_memory/memory_info_provider.h
+++ b/extensions/browser/api/system_memory/memory_info_provider.h
@@ -28,7 +28,7 @@ class MemoryInfoProvider : public SystemInfoProvider {
virtual ~MemoryInfoProvider();
// Overriden from SystemInfoProvider.
- virtual bool QueryInfo() OVERRIDE;
+ virtual bool QueryInfo() override;
// The last information filled up by QueryInfo and is accessed on multiple
// threads, but the whole class is being guarded by SystemInfoProvider base
« no previous file with comments | « extensions/browser/api/system_info/system_info_api.cc ('k') | extensions/browser/api/system_memory/system_memory_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698