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

Unified Diff: sync/api/sync_error_factory.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/api/sync_error.cc ('k') | sync/api/sync_error_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/sync_error_factory.h
diff --git a/sync/api/sync_error_factory.h b/sync/api/sync_error_factory.h
index ec9f2df0833c878f9de3d62e83bf411798000908..26345065de679f7694d0326a3edcec2f488da328 100644
--- a/sync/api/sync_error_factory.h
+++ b/sync/api/sync_error_factory.h
@@ -11,7 +11,7 @@
#include "base/location.h"
#include "sync/api/sync_error.h"
-namespace csync {
+namespace syncer {
class SyncErrorFactory {
public:
@@ -24,6 +24,6 @@ class SyncErrorFactory {
const std::string& message) = 0;
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_API_SYNC_ERROR_FACTORY_H_
« no previous file with comments | « sync/api/sync_error.cc ('k') | sync/api/sync_error_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698