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

Unified Diff: sync/syncable/nigori_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/mutable_entry.cc ('k') | sync/syncable/nigori_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/nigori_util.h
diff --git a/sync/syncable/nigori_util.h b/sync/syncable/nigori_util.h
index 940b13592e37817b868e39cfc9b8bfb7e2e07aa9..7425d2405b37483aa5c79c58c58c0b2173191637 100644
--- a/sync/syncable/nigori_util.h
+++ b/sync/syncable/nigori_util.h
@@ -12,14 +12,13 @@
#include "sync/internal_api/public/syncable/model_type.h"
#include "sync/protocol/nigori_specifics.pb.h"
-namespace syncer {
-class Cryptographer;
-}
-
namespace sync_pb {
class EntitySpecifics;
}
+namespace syncer {
+class Cryptographer;
+
namespace syncable {
const char kEncryptedString[] = "encrypted";
@@ -71,5 +70,6 @@ bool UpdateEntryWithEncryption(
MutableEntry* entry);
} // namespace syncable
+} // namespace syncer
#endif // SYNC_SYNCABLE_NIGORI_UTIL_H_
« no previous file with comments | « sync/syncable/mutable_entry.cc ('k') | sync/syncable/nigori_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698