Index: chrome/browser/automation/testing_automation_provider.cc |
=================================================================== |
--- chrome/browser/automation/testing_automation_provider.cc (revision 138102) |
+++ chrome/browser/automation/testing_automation_provider.cc (working copy) |
@@ -276,10 +276,10 @@ |
return IPC::Channel::MODE_CLIENT; |
} |
-void TestingAutomationProvider::OnBrowserAdded(const Browser* browser) { |
+void TestingAutomationProvider::OnBrowserAdded(Browser* browser) { |
} |
-void TestingAutomationProvider::OnBrowserRemoved(const Browser* browser) { |
+void TestingAutomationProvider::OnBrowserRemoved(Browser* browser) { |
#if !defined(OS_CHROMEOS) && !defined(OS_MACOSX) |
// For backwards compatibility with the testing automation interface, we |
// want the automation provider (and hence the process) to go away when the |