Chromium Code Reviews| Index: impl/prod/user.go |
| diff --git a/impl/prod/user.go b/impl/prod/user.go |
| index d39f7a11c656f0264a0ff4614a4810e9ac88e5ef..351df770598e2d846527b82d866780a69a28e884 100644 |
| --- a/impl/prod/user.go |
| +++ b/impl/prod/user.go |
| @@ -15,7 +15,7 @@ import ( |
| // methods. |
| func useUser(c context.Context) context.Context { |
| return gae_user.SetFactory(c, func(ci context.Context) gae_user.RawInterface { |
| - return userImpl{AEContext(ci)} |
| + return userImpl{getAEContext(ci)} |
| }) |
| } |