Index: chrome/browser/webdata/web_data_service_factory.cc |
diff --git a/chrome/browser/webdata/web_data_service_factory.cc b/chrome/browser/webdata/web_data_service_factory.cc |
index 1564ecae9b07c2e959d61e138051e308146f8a7e..6597deb0f4e44af33beb28547351a303668f37fd 100644 |
--- a/chrome/browser/webdata/web_data_service_factory.cc |
+++ b/chrome/browser/webdata/web_data_service_factory.cc |
@@ -53,8 +53,7 @@ WebDataServiceWrapper::WebDataServiceWrapper(Profile* profile) { |
base::FilePath path = profile->GetPath(); |
path = path.Append(kWebDataFilename); |
- web_database_ = new WebDatabaseService( |
- path, AutofillCountry::ApplicationLocale()); |
+ web_database_ = new WebDatabaseService(path); |
// All tables objects that participate in managing the database must |
// be added here. |