Index: content/browser/plugin_loader_posix_unittest.cc |
diff --git a/content/browser/plugin_loader_posix_unittest.cc b/content/browser/plugin_loader_posix_unittest.cc |
index 163fc8cbdc37199a2b93b6f705cd20af63ffd644..d81a99cdfbdd7e2979e3e3429de910c7830080e5 100644 |
--- a/content/browser/plugin_loader_posix_unittest.cc |
+++ b/content/browser/plugin_loader_posix_unittest.cc |
@@ -53,6 +53,9 @@ class MockPluginLoaderPosix : public PluginLoaderPosix { |
void TestOnPluginLoadFailed(uint32 index, const FilePath& path) { |
OnPluginLoadFailed(index, path); |
} |
+ |
+ protected: |
+ virtual ~MockPluginLoaderPosix() {} |
}; |
void VerifyCallback(int* run_count, const std::vector<webkit::WebPluginInfo>&) { |