Chromium Code Reviews| Index: client/cmd/isolated/common.go |
| diff --git a/client/cmd/isolated/common.go b/client/cmd/isolated/common.go |
| index b0da4dc2472e00e35dcb7f21592bb4c73cd83aa4..58c58eda2f05f79f8747fd3cb9d7ebd2fc337aa3 100644 |
| --- a/client/cmd/isolated/common.go |
| +++ b/client/cmd/isolated/common.go |
| @@ -11,8 +11,8 @@ import ( |
| "log" |
| "os" |
| - "github.com/luci/luci-go/client/internal/lhttp" |
| "github.com/luci/luci-go/client/internal/tracer" |
| + "github.com/luci/luci-go/common/lhttp" |
| "github.com/maruel/subcommands" |
| ) |