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

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

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. 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
« no previous file with comments | « components/sync/syncable/parent_child_index.cc ('k') | components/sync/syncable/syncable_proto_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « components/sync/syncable/parent_child_index.cc ('k') | components/sync/syncable/syncable_proto_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698