Chromium Code Reviews| Index: sync/syncable/entry.h |
| diff --git a/sync/syncable/entry.h b/sync/syncable/entry.h |
| index a7557588336971a79432f65ff1646bc83b015e77..69380bb7dea66924c6db532be10195048005f2a9 100644 |
| --- a/sync/syncable/entry.h |
| +++ b/sync/syncable/entry.h |
| @@ -139,7 +139,7 @@ class Entry { |
| private: |
| friend class Directory; |
| - friend class syncer::ReadNode; |
| + friend class ReadNode; |
| friend std::ostream& operator << (std::ostream& s, const Entry& e); |
| DISALLOW_COPY_AND_ASSIGN(Entry); |