Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Unified Diff: components/sync/syncable/syncable_id.h

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Fix tools and iOS. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698