Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / autofill / core / browser / autofill_metrics.cc
index f3e471b..548a232 100644 (file)
@@ -147,6 +147,10 @@ int GetFieldTypeGroupMetric(const ServerFieldType field_type,
     case ::autofill::PASSWORD_FIELD:
       group = PASSWORD;
       break;
+
+    case ::autofill::TRANSACTION:
+      NOTREACHED();
+      break;
   }
 
   // Interpolate the |metric| with the |group|, so that all metrics for a given