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

Unified Diff: sync/syncable/entry.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/directory_change_delegate.h ('k') | sync/syncable/entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/entry.h
diff --git a/sync/syncable/entry.h b/sync/syncable/entry.h
index 374bb36f58a3ab4cd60bf98f8f5dd0126261caba..f0add9fd66917cad2370f332aedcffc5dab4b1eb 100644
--- a/sync/syncable/entry.h
+++ b/sync/syncable/entry.h
@@ -10,7 +10,6 @@
namespace syncer {
class ReadNode;
-}
namespace syncable {
@@ -150,5 +149,6 @@ class Entry {
std::ostream& operator<<(std::ostream& os, const Entry& entry);
} // namespace syncable
+} // namespace syncer
#endif // SYNC_SYNCABLE_ENTRY_H_
« no previous file with comments | « sync/syncable/directory_change_delegate.h ('k') | sync/syncable/entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698