| Index: milo/job_source/raw_presentation/build.go
|
| diff --git a/milo/appengine/job_source/raw_presentation/build.go b/milo/job_source/raw_presentation/build.go
|
| similarity index 98%
|
| rename from milo/appengine/job_source/raw_presentation/build.go
|
| rename to milo/job_source/raw_presentation/build.go
|
| index 6b2f7460d7f5e06e12b1bcf53fd40cba0814d175..2807c1c6be7dd470733f5b11085fc84a3622ce05 100644
|
| --- a/milo/appengine/job_source/raw_presentation/build.go
|
| +++ b/milo/job_source/raw_presentation/build.go
|
| @@ -18,7 +18,7 @@ import (
|
| "github.com/luci/luci-go/logdog/common/viewer"
|
| "github.com/luci/luci-go/luci_config/common/cfgtypes"
|
| "github.com/luci/luci-go/milo/api/resp"
|
| - "github.com/luci/luci-go/milo/appengine/job_source/raw_presentation/internal"
|
| + "github.com/luci/luci-go/milo/job_source/raw_presentation/internal"
|
|
|
| "github.com/golang/protobuf/proto"
|
| "golang.org/x/net/context"
|
|
|