diff options
Diffstat (limited to 'chrome/browser/browser_init.h')
-rw-r--r-- | chrome/browser/browser_init.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_init.h b/chrome/browser/browser_init.h index f688692..9d8be57 100644 --- a/chrome/browser/browser_init.h +++ b/chrome/browser/browser_init.h @@ -54,7 +54,7 @@ class BrowserInit { } template <class AutomationProviderClass> - static void CreateAutomationProvider(const std::wstring& channel_id, + static void CreateAutomationProvider(const std::string& channel_id, Profile* profile, size_t expected_tabs); |