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

Unified Diff: impl/prod/memcache.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/mail.go ('k') | impl/prod/module.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/prod/memcache.go
diff --git a/impl/prod/memcache.go b/impl/prod/memcache.go
index 78d7f0f7df180195301a0828b0f4d261110de854..7a92673760407dee1dfa1c740b59ff74d5fbe22f 100644
--- a/impl/prod/memcache.go
+++ b/impl/prod/memcache.go
@@ -17,7 +17,7 @@ import (
// by gae.GetMC(c)
func useMC(c context.Context) context.Context {
return mc.SetRawFactory(c, func(ci context.Context) mc.RawInterface {
- return mcImpl{AEContext(ci)}
+ return mcImpl{getAEContext(ci)}
})
}
« no previous file with comments | « impl/prod/mail.go ('k') | impl/prod/module.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698