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

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

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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 d847ea745280134760bac4df653093986432f13d..f96fb83f185a7ed13df6dfa0691caabc518e372d 100644
--- a/components/sync/syncable/syncable_id.h
+++ b/components/sync/syncable/syncable_id.h
@@ -15,17 +15,16 @@
namespace base {
class StringValue;
-} // namespace base
+}
namespace sql {
class Statement;
-} // namespace sql
+}
namespace syncer {
namespace syncable {
-
-class Id;
struct EntryKernel;
+class Id;
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