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

Unified Diff: impl/prod/user.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/urlfetch.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/prod/user.go
diff --git a/impl/prod/user.go b/impl/prod/user.go
index d39f7a11c656f0264a0ff4614a4810e9ac88e5ef..351df770598e2d846527b82d866780a69a28e884 100644
--- a/impl/prod/user.go
+++ b/impl/prod/user.go
@@ -15,7 +15,7 @@ import (
// methods.
func useUser(c context.Context) context.Context {
return gae_user.SetFactory(c, func(ci context.Context) gae_user.RawInterface {
- return userImpl{AEContext(ci)}
+ return userImpl{getAEContext(ci)}
})
}
« no previous file with comments | « impl/prod/urlfetch.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698