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

Unified Diff: sync/syncable/syncable_util.cc

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_util.h ('k') | sync/syncable/transaction_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/syncable_util.cc
diff --git a/sync/syncable/syncable_util.cc b/sync/syncable/syncable_util.cc
index 046c3696c22ecc7a5475742bfd92d7c43b26f1b7..b4829cf8786fdcaf4cce7f3ab300252827459ebe 100644
--- a/sync/syncable/syncable_util.cc
+++ b/sync/syncable/syncable_util.cc
@@ -12,6 +12,7 @@
#include "sync/syncable/syncable_id.h"
#include "sync/syncable/write_transaction.h"
+namespace syncer {
namespace syncable {
// Returns the number of unsynced entries.
@@ -112,3 +113,4 @@ bool SyncAssert(bool condition,
}
} // namespace syncable
+} // namespace syncer
« no previous file with comments | « sync/syncable/syncable_util.h ('k') | sync/syncable/transaction_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698