diff options
Diffstat (limited to 'chromium/chrome/browser/ui/webui/profile_helper.cc')
-rw-r--r-- | chromium/chrome/browser/ui/webui/profile_helper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/chrome/browser/ui/webui/profile_helper.cc b/chromium/chrome/browser/ui/webui/profile_helper.cc index 45e7d87e804..c980bfa5740 100644 --- a/chromium/chrome/browser/ui/webui/profile_helper.cc +++ b/chromium/chrome/browser/ui/webui/profile_helper.cc @@ -35,7 +35,7 @@ void ShowUserManager(const ProfileManager::CreateCallback& callback) { g_browser_process->profile_manager()->CreateProfileAsync( ProfileManager::GetSystemProfilePath(), callback, base::string16(), - std::string(), std::string()); + std::string()); } std::string GetProfileUserName(Profile* profile) { |