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

Unified Diff: sync/engine/syncer_types.h

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments 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/engine/syncer_proto_util_unittest.cc ('k') | sync/engine/syncer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/syncer_types.h
diff --git a/sync/engine/syncer_types.h b/sync/engine/syncer_types.h
index 474bdaec8a4af6acc594ec61e175810c0aea2b65..eb79d82cbbb30d06fab9ad280218c958ed0b7078 100644
--- a/sync/engine/syncer_types.h
+++ b/sync/engine/syncer_types.h
@@ -8,7 +8,7 @@
// The intent of this is to keep all shared data types and enums for the syncer
// in a single place without having dependencies between other files.
-namespace csync {
+namespace syncer {
enum UpdateAttemptResponse {
// Update was applied or safely ignored.
@@ -82,6 +82,6 @@ enum VerifyCommitResult {
VERIFY_OK,
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_ENGINE_SYNCER_TYPES_H_
« no previous file with comments | « sync/engine/syncer_proto_util_unittest.cc ('k') | sync/engine/syncer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698