Chromium Code Reviews| Index: sync/syncable/entry.h |
| diff --git a/sync/syncable/entry.h b/sync/syncable/entry.h |
| index 374bb36f58a3ab4cd60bf98f8f5dd0126261caba..f0add9fd66917cad2370f332aedcffc5dab4b1eb 100644 |
| --- a/sync/syncable/entry.h |
| +++ b/sync/syncable/entry.h |
| @@ -10,7 +10,6 @@ |
| namespace syncer { |
| class ReadNode; |
| -} |
| namespace syncable { |
| @@ -150,5 +149,6 @@ class Entry { |
| std::ostream& operator<<(std::ostream& os, const Entry& entry); |
| } // namespace syncable |
| +} // namespace syncer |
| #endif // SYNC_SYNCABLE_ENTRY_H_ |