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

Unified Diff: sync/internal_api/public/util/unrecoverable_error_handler.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/util/unrecoverable_error_handler.h
diff --git a/sync/internal_api/public/util/unrecoverable_error_handler.h b/sync/internal_api/public/util/unrecoverable_error_handler.h
index a96a4873a71674c52b7d49e1ae3dc80789aa89c1..82644ee8531bcddd3bbab70a55343be98db5eaf5 100644
--- a/sync/internal_api/public/util/unrecoverable_error_handler.h
+++ b/sync/internal_api/public/util/unrecoverable_error_handler.h
@@ -10,7 +10,7 @@
#include "base/location.h"
-namespace csync {
+namespace syncer {
class UnrecoverableErrorHandler {
public:
@@ -24,7 +24,6 @@ class UnrecoverableErrorHandler {
virtual ~UnrecoverableErrorHandler() { }
};
-}
+} // namespace syncer
#endif // SYNC_UTIL_UNRECOVERABLE_ERROR_HANDLER_H_
-
« no previous file with comments | « sync/internal_api/public/util/syncer_error.cc ('k') | sync/internal_api/public/util/unrecoverable_error_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698