Chromium Code Reviews| Index: tools/gn/deps_iterator.h |
| diff --git a/tools/gn/deps_iterator.h b/tools/gn/deps_iterator.h |
| index 58f2b342258ec7b6bb5fbe94f38ca9beaec0f8c2..28062ae2016a97bc8fa1eed3881fd09825152354 100644 |
| --- a/tools/gn/deps_iterator.h |
| +++ b/tools/gn/deps_iterator.h |
| @@ -9,8 +9,6 @@ |
| #include "tools/gn/label_ptr.h" |
| -class Target; |
| - |
| // Provides an iterator for iterating over multiple LabelTargetVectors to |
| // make it convenient to iterate over all deps of a target. |
| // |