Fix for real this time.

Change-Id: I77e79da6a57d0a6d6b92807495ec66d8a137c6d7
diff --git a/src/com/android/contacts/editor/StructuredNameEditorView.java b/src/com/android/contacts/editor/StructuredNameEditorView.java
index f9eef94..3408435 100644
--- a/src/com/android/contacts/editor/StructuredNameEditorView.java
+++ b/src/com/android/contacts/editor/StructuredNameEditorView.java
@@ -155,7 +155,7 @@
 
         mSnapshot.getContentValues().clear();
         mSnapshot.setDisplayName(values.getDisplayName());
-        mSnapshot.setMimeType(StructuredPostal.CONTENT_ITEM_TYPE);
+        mSnapshot.setMimeType(StructuredName.CONTENT_ITEM_TYPE);
         for (String field : structuredNameMap.keySet()) {
             mSnapshot.getContentValues().put(field, structuredNameMap.get(field));
         }