Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: impl/prod/mail.go

Issue 2460473003: impl/prod: Make AEContext private. (Closed)
Patch Set: Update comment. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « impl/prod/logger.go ('k') | impl/prod/memcache.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)}
})
}
« no previous file with comments | « impl/prod/logger.go ('k') | impl/prod/memcache.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698