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

Unified Diff: content/shell/browser/shell_mojo_test_utils_android.cc

Issue 2215133002: Change signature of OnConnect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: . Created 4 years, 4 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: content/shell/browser/shell_mojo_test_utils_android.cc
diff --git a/content/shell/browser/shell_mojo_test_utils_android.cc b/content/shell/browser/shell_mojo_test_utils_android.cc
index 0dbec5763beb4420f604c8eef19679f280f455fe..1036d9136f9205dfd363a0b8bc455fa376a1ccc2 100644
--- a/content/shell/browser/shell_mojo_test_utils_android.cc
+++ b/content/shell/browser/shell_mojo_test_utils_android.cc
@@ -56,7 +56,7 @@ static ScopedJavaLocalRef<jobject> CreateInterfaceRegistryAndProvider(
reinterpret_cast<TestEnvironment*>(native_test_environment);
std::unique_ptr<shell::InterfaceRegistry> registry(
- new shell::InterfaceRegistry(nullptr));
+ new shell::InterfaceRegistry);
std::unique_ptr<shell::InterfaceProvider> provider(
new shell::InterfaceProvider);

Powered by Google App Engine
This is Rietveld 408576698