Chromium Code Reviews| Index: impl/prod/taskqueue.go |
| diff --git a/impl/prod/taskqueue.go b/impl/prod/taskqueue.go |
| index 5af3d546cfe8609a45f0de9c1c0bbba2ff5b3437..6b7c1a5fc23664a2c162059a75c43e920944da53 100644 |
| --- a/impl/prod/taskqueue.go |
| +++ b/impl/prod/taskqueue.go |
| @@ -18,7 +18,7 @@ import ( |
| // by gae.GetTQ(c) |
| func useTQ(c context.Context) context.Context { |
| return tq.SetRawFactory(c, func(ci context.Context) tq.RawInterface { |
| - return tqImpl{AEContext(ci)} |
| + return tqImpl{getAEContext(ci)} |
| }) |
| } |