Chromium Code Reviews| Index: runtime/bin/directory.h |
| diff --git a/runtime/bin/directory.h b/runtime/bin/directory.h |
| index 5339d2ff24e7a49b82a93db48bdea7ee5ac318a7..5fa10f018f7289659d0176c3433309d0157c6ffd 100644 |
| --- a/runtime/bin/directory.h |
| +++ b/runtime/bin/directory.h |
| @@ -51,7 +51,7 @@ class PathBuffer { |
| class DirectoryListing; |
| -class LinkList; |
| +struct LinkList; |
| // DirectoryListingEntry is used as a stack item, when performing recursive |
| // directory listing. By using DirectoryListingEntry as stack elements, a |