Index: components/sync/syncable/syncable_id.h |
diff --git a/components/sync/syncable/syncable_id.h b/components/sync/syncable/syncable_id.h |
index f96fb83f185a7ed13df6dfa0691caabc518e372d..d847ea745280134760bac4df653093986432f13d 100644 |
--- a/components/sync/syncable/syncable_id.h |
+++ b/components/sync/syncable/syncable_id.h |
@@ -15,16 +15,17 @@ |
namespace base { |
class StringValue; |
-} |
+} // namespace base |
namespace sql { |
class Statement; |
-} |
+} // namespace sql |
namespace syncer { |
namespace syncable { |
-struct EntryKernel; |
+ |
class Id; |
+struct EntryKernel; |
std::ostream& operator<<(std::ostream& out, const Id& id); |