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

Unified Diff: sync/syncable/syncable_id.h

Issue 10699044: [Sync] Move sync/{internal_api,syncable} into syncer namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 8 years, 6 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 | « sync/syncable/syncable_enum_conversions_unittest.cc ('k') | sync/syncable/syncable_id.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/syncable_id.h
diff --git a/sync/syncable/syncable_id.h b/sync/syncable/syncable_id.h
index bcc66f5233f790a4e99c32c74cb3a979cac45528..6c451ade691cfa3e887c2ad2156ba33fdab0625f 100644
--- a/sync/syncable/syncable_id.h
+++ b/sync/syncable/syncable_id.h
@@ -23,12 +23,10 @@ namespace sql {
class Statement;
}
+namespace syncer {
namespace syncable {
struct EntryKernel;
class Id;
-}
-
-namespace syncable {
std::ostream& operator<<(std::ostream& out, const Id& id);
@@ -127,5 +125,6 @@ class Id {
Id GetNullId();
} // namespace syncable
+} // namespace syncer
#endif // SYNC_SYNCABLE_SYNCABLE_ID_H_
« no previous file with comments | « sync/syncable/syncable_enum_conversions_unittest.cc ('k') | sync/syncable/syncable_id.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698