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

Unified Diff: filter/count/gi.go

Issue 1916463004: impl/memory: Disallow empty namespace. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/gae@master
Patch Set: Rbase. Created 4 years, 8 months 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 | « no previous file | filter/dscache/context.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: filter/count/gi.go
diff --git a/filter/count/gi.go b/filter/count/gi.go
index c251306bf4d64fe5e7a067f0b78dec95f09d981c..16f2f03c2107ab26f0dc8a8ad03a7b7af51b1731 100644
--- a/filter/count/gi.go
+++ b/filter/count/gi.go
@@ -54,7 +54,7 @@ func (g *infoCounter) FullyQualifiedAppID() string {
return g.gi.FullyQualifiedAppID()
}
-func (g *infoCounter) GetNamespace() string {
+func (g *infoCounter) GetNamespace() (string, bool) {
_ = g.c.GetNamespace.up()
return g.gi.GetNamespace()
}
« no previous file with comments | « no previous file | filter/dscache/context.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698