Chromium Code Reviews| Index: components/webdata/autofill/autofill_table.h |
| =================================================================== |
| --- components/webdata/autofill/autofill_table.h (revision 192613) |
| +++ components/webdata/autofill/autofill_table.h (working copy) |
| @@ -115,7 +115,7 @@ |
| // |
| class AutofillTable : public WebDatabaseTable { |
| public: |
| - AutofillTable(); |
| + explicit AutofillTable(const std::string& app_locale); |
| virtual ~AutofillTable(); |
| // Retrieves the AutofillTable* owned by |database|. |