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

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

Issue 664933004: Standardize usage of virtual/override/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 6a091f53e78ee8228b7e8784f4102899cd5bccad..1e26e65d708bbf74cdd4b5d4472931a7e1d5175d 100644
--- a/extensions/browser/api/system_memory/memory_info_provider.h
+++ b/extensions/browser/api/system_memory/memory_info_provider.h
@@ -25,10 +25,10 @@ class MemoryInfoProvider : public SystemInfoProvider {
friend class MockMemoryInfoProviderImpl;
MemoryInfoProvider();
- virtual ~MemoryInfoProvider();
+ ~MemoryInfoProvider() override;
// Overriden from SystemInfoProvider.
- virtual bool QueryInfo() override;
+ 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