TBR:
veyron/profiles/net/bluetooth: fix build breakage.

Change-Id: I05335e461480cd21f2ebcd72b67c103c4a769fe1
diff --git a/profiles/net/bluetooth/register_linux_bluetooth.go b/profiles/net/bluetooth/register_linux_bluetooth.go
index ab28704..8552c5f 100644
--- a/profiles/net/bluetooth/register_linux_bluetooth.go
+++ b/profiles/net/bluetooth/register_linux_bluetooth.go
@@ -3,7 +3,7 @@
 package bluetooth
 
 import (
-	"veyron/lib/bluetooth"
+	"veyron.io/proximity/lib/bluetooth"
 
 	"veyron2/ipc/stream"
 )
diff --git a/profiles/net/bluetooth/register_other.go b/profiles/net/bluetooth/register_other.go
index a893b32..51bb16c 100644
--- a/profiles/net/bluetooth/register_other.go
+++ b/profiles/net/bluetooth/register_other.go
@@ -1,4 +1,5 @@
 // +build !veyronbluetooth
+
 package bluetooth
 
 func registerBT() {