Index: mojo/shell/capability_filter_test.h |
diff --git a/mojo/shell/capability_filter_test.h b/mojo/shell/capability_filter_test.h |
index e235802230680abcb4dd4dae8dc4f4400e9a3ca8..118f6cb71873c366383768d87a6ad2f1714f86c8 100644 |
--- a/mojo/shell/capability_filter_test.h |
+++ b/mojo/shell/capability_filter_test.h |
@@ -74,10 +74,6 @@ class CapabilityFilterTest : public testing::Test { |
void RunBlockingTest(); |
void RunWildcardTest(); |
- // Implement to provide an implementation of PackageManager for the test's |
- // ApplicationManager. |
- virtual PackageManager* CreatePackageManager() = 0; |
- |
// Overridden from testing::Test: |
void SetUp() override; |
void TearDown() override; |