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

Unified Diff: sync/test/engine/test_syncable_utils.cc

Issue 10699044: [Sync] Move sync/{internal_api,syncable} into syncer namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: sync/test/engine/test_syncable_utils.cc
diff --git a/sync/test/engine/test_syncable_utils.cc b/sync/test/engine/test_syncable_utils.cc
index c899ad334fa6d7fcb3825f268163e1fdce0be99b..38734203af028f56748948f25719755024449298 100644
--- a/sync/test/engine/test_syncable_utils.cc
+++ b/sync/test/engine/test_syncable_utils.cc
@@ -12,6 +12,7 @@
using std::string;
+namespace syncer {
namespace syncable {
int CountEntriesWithName(BaseTransaction* rtrans,
@@ -62,3 +63,4 @@ Id GetOnlyEntryWithName(BaseTransaction* rtrans,
}
} // namespace syncable
+} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698