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

Unified Diff: milo/frontend/buildbot_data.go

Issue 2949783002: [milo] appengine/* -> * (Closed)
Patch Set: rebase Created 3 years, 6 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 | « milo/frontend/app.yaml ('k') | milo/frontend/config.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/frontend/buildbot_data.go
diff --git a/milo/appengine/frontend/buildbot_data.go b/milo/frontend/buildbot_data.go
similarity index 94%
rename from milo/appengine/frontend/buildbot_data.go
rename to milo/frontend/buildbot_data.go
index 1a94e2509c9aed6cb6a96edfb55bc27780433dc3..54ac5a67ed1229043412d38a9553800c8cf486f5 100644
--- a/milo/appengine/frontend/buildbot_data.go
+++ b/milo/frontend/buildbot_data.go
@@ -10,8 +10,8 @@ import (
"github.com/luci/gae/impl/memory"
"github.com/luci/luci-go/common/clock/testclock"
"github.com/luci/luci-go/milo/api/resp"
- "github.com/luci/luci-go/milo/appengine/common"
- "github.com/luci/luci-go/milo/appengine/job_source/buildbot"
+ "github.com/luci/luci-go/milo/common"
+ "github.com/luci/luci-go/milo/job_source/buildbot"
"github.com/luci/luci-go/server/templates"
"golang.org/x/net/context"
)
« no previous file with comments | « milo/frontend/app.yaml ('k') | milo/frontend/config.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698