| Index: appengine/cmd/milo/resp/build.go
|
| diff --git a/appengine/cmd/milo/resp/build.go b/appengine/cmd/milo/resp/build.go
|
| index b81f57cbea082919781377233e592829c2d4ca36..55f759ca1a4a08ee8db160f844e45d53dd45b775 100644
|
| --- a/appengine/cmd/milo/resp/build.go
|
| +++ b/appengine/cmd/milo/resp/build.go
|
| @@ -84,7 +84,7 @@ type Commit struct {
|
| // The commit title, usually the first line of the commit message.
|
| Title string
|
| // Rietveld or Gerrit URL if the commit is a patch.
|
| - ChangelistURL string
|
| + Changelist *Link
|
| // Browsable URL of the commit.
|
| CommitURL string
|
| // List of changed filenames.
|
|
|