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

Unified Diff: sync/syncable/nigori_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/nigori_util.h ('k') | sync/syncable/nigori_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/nigori_util.cc
diff --git a/sync/syncable/nigori_util.cc b/sync/syncable/nigori_util.cc
index e80a124bb4328c073c41ff6a4e43533eef7b379b..0228a48ab0bf40cea9f1d0f40453d571ed9bd415 100644
--- a/sync/syncable/nigori_util.cc
+++ b/sync/syncable/nigori_util.cc
@@ -16,6 +16,7 @@
#include "sync/syncable/write_transaction.h"
#include "sync/util/cryptographer.h"
+namespace syncer {
namespace syncable {
bool ProcessUnsyncedChangesForEncryption(
@@ -247,3 +248,4 @@ bool UpdateEntryWithEncryption(
}
} // namespace syncable
+} // namespace syncer
« no previous file with comments | « sync/syncable/nigori_util.h ('k') | sync/syncable/nigori_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698