Index: chrome/browser/extensions/api/system_info_memory/system_info_memory_apitest.cc |
=================================================================== |
--- chrome/browser/extensions/api/system_info_memory/system_info_memory_apitest.cc (revision 181040) |
+++ chrome/browser/extensions/api/system_info_memory/system_info_memory_apitest.cc (working copy) |
@@ -24,13 +24,13 @@ |
return true; |
} |
private: |
- ~MockMemoryInfoProviderImpl() {} |
+ virtual ~MockMemoryInfoProviderImpl() {} |
}; |
class SystemInfoMemoryApiTest: public ExtensionApiTest { |
public: |
SystemInfoMemoryApiTest() {} |
- ~SystemInfoMemoryApiTest() {} |
+ virtual ~SystemInfoMemoryApiTest() {} |
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
ExtensionApiTest::SetUpCommandLine(command_line); |