Chromium Code Reviews| Index: impl/memory/context.go |
| diff --git a/impl/memory/context.go b/impl/memory/context.go |
| index ec588e712981c7f08709443eb334348e13f064e0..38796eb5600c45403e86f013f14ccca9b3f84b3d 100644 |
| --- a/impl/memory/context.go |
| +++ b/impl/memory/context.go |
| @@ -8,7 +8,7 @@ import ( |
| "errors" |
| "sync" |
| - rds "github.com/luci/gae/service/rawdatastore" |
| + rds "github.com/luci/gae/service/datastore" |
| "golang.org/x/net/context" |
| ) |