H14n (holographication) of Contacts

Of course this is just the initial switch so that we
can start seeing what else needs to change.

Change-Id: Id91580c61a88adaafbff654bc860ac3c42943f36
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 992bf5d..228d883 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -459,7 +459,7 @@
             android:theme="@android:style/Theme.Translucent">
         </activity>
 
-        <!-- Makes .ContactListActivity the search target for any activity in Contacts -->
+        <!-- Makes .ContactBrowserActivity the search target for any activity in Contacts -->
         <meta-data
             android:name="android.app.default_searchable"
             android:value=".activities.ContactBrowserActivity" />