Chromium Code Reviews

Unified Diff: impl/prod/mail.go

Issue 2460803003: impl/prod: Embed AppEngine SDK into Context. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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)}
})
}
« impl/prod/context.go ('K') | « impl/prod/logger.go ('k') | impl/prod/memcache.go » ('j') | no next file with comments »

Powered by Google App Engine