veyron/services/store: Objects can no longer be accessed by id.

Objects can no longer be accessed via the path "/uid/<id>".
"/uid" is not a special name, and can be used as the store
admin pleases.

Change-Id: I28aef1f788e98586b97b23955942ccd4d8e99a02
diff --git a/runtimes/google/vsync/watcher_test.go b/runtimes/google/vsync/watcher_test.go
index b9d8a79..7804409 100644
--- a/runtimes/google/vsync/watcher_test.go
+++ b/runtimes/google/vsync/watcher_test.go
@@ -149,7 +149,7 @@
 	batch.Changes = []watch.Change{
 		// 1st transaction: create "/" and "/a" and "/a/b" as 3 new objects (prior versions are 0).
 		watch.Change{
-			Name:  "/uid/4c6db51aa740d8c62b90df874503e285",
+			Name:  "",
 			State: 0,
 			Value: &raw.Mutation{
 				ID: storage.ID{0x4c, 0x6d, 0xb5, 0x1a, 0xa7, 0x40, 0xd8, 0xc6,
@@ -170,7 +170,7 @@
 			Continued:    true,
 		},
 		watch.Change{
-			Name:  "/uid/082bc42e15af4fcf611d7f19a8d7831f",
+			Name:  "",
 			State: 0,
 			Value: &raw.Mutation{
 				ID: storage.ID{0x8, 0x2b, 0xc4, 0x2e, 0x15, 0xaf, 0x4f, 0xcf,
@@ -191,7 +191,7 @@
 			Continued:    true,
 		},
 		watch.Change{
-			Name:  "/uid/6e4a327c297d76fb5142b1b1d95b2d07",
+			Name:  "",
 			State: 0,
 			Value: &raw.Mutation{
 				ID: storage.ID{0x6e, 0x4a, 0x32, 0x7c, 0x29, 0x7d, 0x76, 0xfb,
@@ -208,7 +208,7 @@
 
 		// 2nd transaction: create "/a/c" as a new object, which also updates "a" (its "Dir" field).
 		watch.Change{
-			Name:  "/uid/082bc42e15af4fcf611d7f19a8d7831f",
+			Name:  "",
 			State: 0,
 			Value: &raw.Mutation{
 				ID: storage.ID{0x8, 0x2b, 0xc4, 0x2e, 0x15, 0xaf, 0x4f, 0xcf,
@@ -234,7 +234,7 @@
 			Continued:    true,
 		},
 		watch.Change{
-			Name:  "/uid/70ff65ec0f825f44b69f895eea759d71",
+			Name:  "",
 			State: 0,
 			Value: &raw.Mutation{
 				ID: storage.ID{0x70, 0xff, 0x65, 0xec, 0xf, 0x82, 0x5f, 0x44,