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

Unified Diff: extensions/browser/extensions_test.h

Issue 2688593002: WIP: Towards merging OffscreenCanvas and Mus code
Patch Set: Fix reflector unit test 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
« 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 1c2bf61061f7c6ac0b90c291dc04ac6217de8052..b07db830d1343e603135c55f997a27c2456d5258 100644
--- a/extensions/browser/extensions_test.h
+++ b/extensions/browser/extensions_test.h
@@ -58,7 +58,7 @@ class ExtensionsTest : public testing::Test {
// The existence of this object enables tests via
// RenderViewHostTester.
- content::RenderViewHostTestEnabler rvh_test_enabler_;
+ std::unique_ptr<content::RenderViewHostTestEnabler> rvh_test_enabler_;
MockExtensionSystemFactory<MockExtensionSystem> extension_system_factory_;
« 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