| Index: trunk/src/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (revision 255866)
|
| +++ trunk/src/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (working copy)
|
| @@ -39,7 +39,6 @@
|
| #include "chrome/browser/ui/browser_finder.h"
|
| #include "chrome/browser/ui/browser_navigator.h"
|
| #include "chrome/browser/ui/browser_window.h"
|
| -#include "chrome/common/chrome_content_client.h"
|
| #include "chrome/common/chrome_version_info.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/render_messages.h"
|
| @@ -2715,7 +2714,7 @@
|
| risk::GetFingerprint(
|
| obfuscated_gaia_id, window_bounds, *web_contents(),
|
| chrome::VersionInfo().Version(), charset, accept_languages, install_time,
|
| - g_browser_process->GetApplicationLocale(), GetUserAgent(),
|
| + g_browser_process->GetApplicationLocale(),
|
| base::Bind(&AutofillDialogControllerImpl::OnDidLoadRiskFingerprintData,
|
| weak_ptr_factory_.GetWeakPtr()));
|
| }
|
|
|