Index: chrome/common/importer/importer_autofill_form_data_entry.cc |
diff --git a/chrome/common/importer/importer_autofill_form_data_entry.cc b/chrome/common/importer/importer_autofill_form_data_entry.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5dd4c5a3742db12bb2cea1387b63aa4254fe5ab5 |
--- /dev/null |
+++ b/chrome/common/importer/importer_autofill_form_data_entry.cc |
@@ -0,0 +1,11 @@ |
+// Copyright 2014 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#include "chrome/common/importer/importer_autofill_form_data_entry.h" |
+ |
+ImporterAutofillFormDataEntry::ImporterAutofillFormDataEntry() : times_used(0) { |
+} |
+ |
+ImporterAutofillFormDataEntry::~ImporterAutofillFormDataEntry() { |
+} |