am 71a5d356: Merge "Switch two samples to "WearPlusShared" template" into klp-modular-docs

* commit '71a5d3564e71d170521f978881b48a94caa988ac':
  Switch two samples to "WearPlusShared" template
diff --git a/wearable/wear/SpeedTracker/template-params.xml b/wearable/wear/SpeedTracker/template-params.xml
index 9186b9e..2e9f454 100644
--- a/wearable/wear/SpeedTracker/template-params.xml
+++ b/wearable/wear/SpeedTracker/template-params.xml
@@ -46,6 +46,6 @@
     </strings>
 
     <template src="base"/>
-    <template src="Wear"/>
+    <template src="WearPlusShared"/>
 
 </sample>
diff --git a/wearable/wear/SynchronizedNotifications/template-params.xml b/wearable/wear/SynchronizedNotifications/template-params.xml
index 2ca7f31..9c4d45b 100644
--- a/wearable/wear/SynchronizedNotifications/template-params.xml
+++ b/wearable/wear/SynchronizedNotifications/template-params.xml
@@ -39,6 +39,6 @@
 
     <template src="base"/>
     <template src="SimpleView"/>
-    <template src="Wear"/>
+    <template src="WearPlusShared"/>
 
 </sample>