Chromium Code Reviews| Index: runtime/vm/snapshot.h |
| diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h |
| index fee634782352cdd141c95599dafd6e135b22200b..066b74a23ec4e0b0353486de2d09cb18d4a6e605 100644 |
| --- a/runtime/vm/snapshot.h |
| +++ b/runtime/vm/snapshot.h |
| @@ -194,7 +194,7 @@ class ReadStream : public ValueObject { |
| // SnapshotReader needs access to the private Raw classes. |
| friend class SnapshotReader; |
| - friend class CMessageReader; |
| + friend class BaseReader; |
| DISALLOW_COPY_AND_ASSIGN(ReadStream); |
| }; |