| Index: impl/prod/context.go
|
| diff --git a/impl/prod/context.go b/impl/prod/context.go
|
| index 6193547f90ce4d610b2755500fe35fffb9e9bf60..fe060335b4921a0899ec9aa36cbd10edc3378ac5 100644
|
| --- a/impl/prod/context.go
|
| +++ b/impl/prod/context.go
|
| @@ -15,7 +15,7 @@ import (
|
| // using the existing context obtained by appengine.NewContext.
|
| //
|
| // The services added are:
|
| -// - github.com/luci/gae/service/rawdatastore
|
| +// - github.com/luci/gae/service/datastore
|
| // - github.com/luci/gae/service/taskqueue
|
| // - github.com/luci/gae/service/memcache
|
| // - github.com/luci/gae/service/info
|
| @@ -30,7 +30,7 @@ func Use(c context.Context) context.Context {
|
| // Use adds production implementations for all the gae services to the context.
|
| //
|
| // The services added are:
|
| -// - github.com/luci/gae/service/rawdatastore
|
| +// - github.com/luci/gae/service/datastore
|
| // - github.com/luci/gae/service/taskqueue
|
| // - github.com/luci/gae/service/memcache
|
| // - github.com/luci/gae/service/info
|
|
|