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

Unified Diff: sync/internal_api/public/configure_reason.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
Index: sync/internal_api/public/configure_reason.h
diff --git a/sync/internal_api/public/configure_reason.h b/sync/internal_api/public/configure_reason.h
index 934c0e963035783d75d7d2512f1ecf9ac4cccb82..be77472d3fdd656a73a7874311a5e336aa8406cf 100644
--- a/sync/internal_api/public/configure_reason.h
+++ b/sync/internal_api/public/configure_reason.h
@@ -6,7 +6,7 @@
#define SYNC_INTERNAL_API_PUBLIC_CONFIGURE_REASON_H_
#pragma once
-namespace csync {
+namespace syncer {
// Note: This should confirm with the enums in sync.proto for
// GetUpdatesCallerInfo. They will have 1:1 mapping but this will only map
@@ -31,6 +31,6 @@ enum ConfigureReason {
CONFIGURE_REASON_NEWLY_ENABLED_DATA_TYPE,
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_INTERNAL_API_PUBLIC_CONFIGURE_REASON_H_
« no previous file with comments | « sync/internal_api/public/change_record_unittest.cc ('k') | sync/internal_api/public/engine/model_safe_worker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698