Index: ash/test/test_shell_delegate.cc |
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc |
index 1bcca4aa63670179d0cf17e711fd434685385f33..64e87b473672fab475e7eeadb5cfe440318a422b 100644 |
--- a/ash/test/test_shell_delegate.cc |
+++ b/ash/test/test_shell_delegate.cc |
@@ -148,7 +148,7 @@ keyboard::KeyboardUI* TestShellDelegate::CreateKeyboardUI() { |
return new TestKeyboardUI; |
} |
-void TestShellDelegate::OpenUrl(const GURL& url) {} |
+void TestShellDelegate::OpenUrlFromArc(const GURL& url) {} |
app_list::AppListPresenter* TestShellDelegate::GetAppListPresenter() { |
if (!app_list_presenter_) { |