Chromium Code Reviews| Index: impl/prod/mail.go |
| diff --git a/impl/prod/mail.go b/impl/prod/mail.go |
| index 6feeba0d98d386b1ed687fdced8ebb181970fbde..db7cc71cb6cee9801ff5f8120858f2a247677ae8 100644 |
| --- a/impl/prod/mail.go |
| +++ b/impl/prod/mail.go |
| @@ -15,7 +15,7 @@ import ( |
| // methods. |
| func useMail(c context.Context) context.Context { |
| return gae_mail.SetFactory(c, func(ci context.Context) gae_mail.RawInterface { |
| - return mailImpl{AEContext(ci)} |
| + return mailImpl{getAEContext(ci)} |
| }) |
| } |