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

Unified Diff: extensions/browser/extensions_test.h

Issue 899553002: Make MockExtensionSystemFactory available in all ExtensionsTests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « extensions/browser/api_unittest.cc ('k') | extensions/browser/extensions_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extensions_test.h
diff --git a/extensions/browser/extensions_test.h b/extensions/browser/extensions_test.h
index 3189e27ec8647b6e7b80ea98bdeef71502417b39..e930421a1e1c7fda437e560af79621c16643a393 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 @@ class ExtensionsTest : public testing::Test {
// RenderViewHostTester.
content::RenderViewHostTestEnabler rvh_test_enabler_;
+ MockExtensionSystemFactory<MockExtensionSystem> extension_system_factory_;
+
DISALLOW_COPY_AND_ASSIGN(ExtensionsTest);
};
« no previous file with comments | « extensions/browser/api_unittest.cc ('k') | extensions/browser/extensions_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698