Make MockExtensionSystemFactory available in all ExtensionsTests.
BUG=454554
Review URL: https://codereview.chromium.org/899553002
Cr-Commit-Position: refs/heads/master@{#314373}
diff --git a/extensions/browser/extensions_test.h b/extensions/browser/extensions_test.h
index 3189e27e..e930421 100644
--- a/extensions/browser/extensions_test.h
+++ b/extensions/browser/extensions_test.h
@@ -9,6 +9,7 @@
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "content/public/test/test_renderer_host.h"
+#include "extensions/browser/mock_extension_system.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace content {
@@ -61,6 +62,8 @@
// RenderViewHostTester.
content::RenderViewHostTestEnabler rvh_test_enabler_;
+ MockExtensionSystemFactory<MockExtensionSystem> extension_system_factory_;
+
DISALLOW_COPY_AND_ASSIGN(ExtensionsTest);
};