Reorganization of VANADIUM_ROOT relative paths.
diff --git a/runtimes/google/ipc/stream/vif/auth.go b/runtimes/google/ipc/stream/vif/auth.go
index 610da8a..681e91c 100644
--- a/runtimes/google/ipc/stream/vif/auth.go
+++ b/runtimes/google/ipc/stream/vif/auth.go
@@ -9,16 +9,16 @@
 
 	"golang.org/x/crypto/nacl/box"
 
-	"v.io/veyron/veyron/runtimes/google/ipc/stream/crypto"
-	"v.io/veyron/veyron/runtimes/google/ipc/stream/message"
-	"v.io/veyron/veyron/runtimes/google/ipc/stream/vc"
-	"v.io/veyron/veyron/runtimes/google/ipc/version"
-	"v.io/veyron/veyron/runtimes/google/lib/iobuf"
-	"v.io/veyron/veyron2/context"
-	"v.io/veyron/veyron2/ipc/stream"
-	ipcversion "v.io/veyron/veyron2/ipc/version"
-	"v.io/veyron/veyron2/options"
-	"v.io/veyron/veyron2/security"
+	"v.io/core/veyron/runtimes/google/ipc/stream/crypto"
+	"v.io/core/veyron/runtimes/google/ipc/stream/message"
+	"v.io/core/veyron/runtimes/google/ipc/stream/vc"
+	"v.io/core/veyron/runtimes/google/ipc/version"
+	"v.io/core/veyron/runtimes/google/lib/iobuf"
+	"v.io/core/veyron2/context"
+	"v.io/core/veyron2/ipc/stream"
+	ipcversion "v.io/core/veyron2/ipc/version"
+	"v.io/core/veyron2/options"
+	"v.io/core/veyron2/security"
 )
 
 var (