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

Unified Diff: milo/job_source/swarming/html_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/job_source/swarming/html.go ('k') | milo/job_source/swarming/html_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/job_source/swarming/html_data.go
diff --git a/milo/appengine/job_source/swarming/html_data.go b/milo/job_source/swarming/html_data.go
similarity index 98%
rename from milo/appengine/job_source/swarming/html_data.go
rename to milo/job_source/swarming/html_data.go
index 74de34ac6f7cb7884b569ed9b38e9a9592709e84..6922f89b62a1cf0e1494badd69ad735fbe4083ea 100644
--- a/milo/appengine/job_source/swarming/html_data.go
+++ b/milo/job_source/swarming/html_data.go
@@ -28,8 +28,8 @@ import (
"github.com/luci/luci-go/logdog/client/coordinator"
"github.com/luci/luci-go/luci_config/server/cfgclient/backend/testconfig"
"github.com/luci/luci-go/milo/api/resp"
- "github.com/luci/luci-go/milo/appengine/common"
- "github.com/luci/luci-go/milo/appengine/common/model"
+ "github.com/luci/luci-go/milo/common"
+ "github.com/luci/luci-go/milo/common/model"
"github.com/luci/luci-go/server/auth"
"github.com/luci/luci-go/server/auth/authtest"
"github.com/luci/luci-go/server/templates"
« no previous file with comments | « milo/job_source/swarming/html.go ('k') | milo/job_source/swarming/html_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698