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

Unified Diff: impl/prod/module.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/memcache.go ('k') | impl/prod/taskqueue.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/prod/module.go
diff --git a/impl/prod/module.go b/impl/prod/module.go
index 30e7678e5bb8bb4d334893268fe1cf0ec39994d9..f27ec021adb5aa3d79fa2e816e3e42e34c5a13b6 100644
--- a/impl/prod/module.go
+++ b/impl/prod/module.go
@@ -13,7 +13,7 @@ import (
// useModule adds a Module implementation to context.
func useModule(usrCtx context.Context) context.Context {
return module.SetFactory(usrCtx, func(ci context.Context) module.RawInterface {
- return modImpl{AEContext(ci)}
+ return modImpl{getAEContext(ci)}
})
}
« no previous file with comments | « impl/prod/memcache.go ('k') | impl/prod/taskqueue.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698