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

Unified Diff: extensions/browser/extensions_test.h

Issue 2697463002: Convert utility process extension Unpacker IPC to mojo (Closed)
Patch Set: Sync to ToT. Created 3 years, 10 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
Index: extensions/browser/extensions_test.h
diff --git a/extensions/browser/extensions_test.h b/extensions/browser/extensions_test.h
index 1c2bf61061f7c6ac0b90c291dc04ac6217de8052..22a9c06a7c937d30a7ef98b8c99bdd45d543adb0 100644
--- a/extensions/browser/extensions_test.h
+++ b/extensions/browser/extensions_test.h
@@ -16,6 +16,7 @@
namespace content {
class BrowserContext;
+class ContentBrowserClient;
class ContentUtilityClient;
class RenderViewHostTestEnabler;
}
@@ -52,6 +53,7 @@ class ExtensionsTest : public testing::Test {
private:
content::TestContentClientInitializer content_client_initializer_;
+ std::unique_ptr<content::ContentBrowserClient> content_browser_client_;
std::unique_ptr<content::ContentUtilityClient> content_utility_client_;
std::unique_ptr<content::BrowserContext> browser_context_;
std::unique_ptr<TestExtensionsBrowserClient> extensions_browser_client_;

Powered by Google App Engine
This is Rietveld 408576698