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

Unified Diff: sync/engine/update_applicator.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/traffic_recorder_unittest.cc ('k') | sync/engine/update_applicator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/update_applicator.h
diff --git a/sync/engine/update_applicator.h b/sync/engine/update_applicator.h
index fbc83610cc721a7a0fe919a969bd75452d86fd8f..de059993c758cd608d1d7f1e75753308764c9eb9 100644
--- a/sync/engine/update_applicator.h
+++ b/sync/engine/update_applicator.h
@@ -24,7 +24,7 @@ class WriteTransaction;
class Entry;
}
-namespace csync {
+namespace syncer {
namespace sessions {
class ConflictProgress;
@@ -109,6 +109,6 @@ class UpdateApplicator {
DISALLOW_COPY_AND_ASSIGN(UpdateApplicator);
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_ENGINE_UPDATE_APPLICATOR_H_
« no previous file with comments | « sync/engine/traffic_recorder_unittest.cc ('k') | sync/engine/update_applicator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698