Index: shell/external_application_listener_unittest.cc |
diff --git a/shell/external_application_listener_unittest.cc b/shell/external_application_listener_unittest.cc |
index fc0b2ac64effa8981ac0ed4e836fe0854bcef684..a9c58c7965f41f4868782a36f352866fdc975262 100644 |
--- a/shell/external_application_listener_unittest.cc |
+++ b/shell/external_application_listener_unittest.cc |
@@ -33,7 +33,7 @@ class NotAnApplicationLoader : public ApplicationLoader { |
void Load(ApplicationManager* application_manager, |
const GURL& url, |
- ScopedMessagePipeHandle shell_handle, |
+ ShellPtr shell, |
LoadCallback callback) override { |
NOTREACHED(); |
} |