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

Unified Diff: sync/syncable/syncable_util.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_unittest.cc ('k') | sync/syncable/syncable_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/syncable_util.h
diff --git a/sync/syncable/syncable_util.h b/sync/syncable/syncable_util.h
index ad951fea8585bd23dc0cea45044714fccddffd01..425621e778fb3b6cf0529e6fc3b8edbc43275bf2 100644
--- a/sync/syncable/syncable_util.h
+++ b/sync/syncable/syncable_util.h
@@ -13,6 +13,7 @@ namespace tracked_objects {
class Location;
}
+namespace syncer {
namespace syncable {
class BaseTransaction;
@@ -35,5 +36,6 @@ int GetUnsyncedEntries(BaseTransaction* trans,
std::vector<int64> *handles);
} // namespace syncable
+} // namespace syncer
#endif // SYNC_SYNCABLE_SYNCABLE_UTIL_H_
« no previous file with comments | « sync/syncable/syncable_unittest.cc ('k') | sync/syncable/syncable_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698