Index: chrome/browser/autofill/autofill_external_delegate_browsertest.cc |
=================================================================== |
--- chrome/browser/autofill/autofill_external_delegate_browsertest.cc (revision 192613) |
+++ chrome/browser/autofill/autofill_external_delegate_browsertest.cc (working copy) |
@@ -3,6 +3,7 @@ |
// found in the LICENSE file. |
#include "base/memory/scoped_ptr.h" |
+#include "chrome/browser/browser_process.h" |
#include "chrome/browser/ui/browser.h" |
#include "chrome/browser/ui/browser_tabstrip.h" |
#include "chrome/browser/ui/tabs/tab_strip_model.h" |
@@ -58,7 +59,9 @@ |
public: |
TestAutofillManager(content::WebContents* web_contents, |
autofill::AutofillManagerDelegate* delegate) |
- : AutofillManager(web_contents, delegate) {} |
+ : AutofillManager(web_contents, |
+ delegate, |
+ g_browser_process->GetApplicationLocale()) {} |
virtual ~TestAutofillManager() {} |
private: |