From 384d65407f6cb7c1f0e2ac194b4496cc817be4a4 Mon Sep 17 00:00:00 2001
From: Andrew Gerrand <adg@golang.org>
Date: Mon, 10 Nov 2014 09:04:38 +1100
Subject: go.blog: use new golang.org/x/... import paths

TBR=rsc
R=rsc, r
CC=golang-codereviews
https://golang.org/cl/170250043
---
 content/context/google/google.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'content/context/google')

diff --git a/content/context/google/google.go b/content/context/google/google.go
index 7f8a984..73778a3 100644
--- a/content/context/google/google.go
+++ b/content/context/google/google.go
@@ -6,8 +6,8 @@ import (
 	"encoding/json"
 	"net/http"
 
-	"code.google.com/p/go.blog/content/context/userip"
-	"code.google.com/p/go.net/context"
+	"golang.org/x/blog/content/context/userip"
+	"golang.org/x/net/context"
 )
 
 // Results is an ordered list of search results.
-- 
cgit v1.2.3