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

Unified Diff: sync/util/test_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
« no previous file with comments | « sync/util/session_utils_android.cc ('k') | sync/util/test_unrecoverable_error_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/test_unrecoverable_error_handler.h
diff --git a/sync/util/test_unrecoverable_error_handler.h b/sync/util/test_unrecoverable_error_handler.h
index 758ba79f3e953d2687ccdeadcf1ad1cd9660a909..bec0fc76f1cc1942dbd914fc46891ddc5ed80eb4 100644
--- a/sync/util/test_unrecoverable_error_handler.h
+++ b/sync/util/test_unrecoverable_error_handler.h
@@ -9,7 +9,7 @@
#include "base/compiler_specific.h"
#include "sync/internal_api/public/util/unrecoverable_error_handler.h"
-namespace csync {
+namespace syncer {
// Implementation of UnrecoverableErrorHandler that simply adds a
// gtest failure.
@@ -22,7 +22,7 @@ class TestUnrecoverableErrorHandler : public UnrecoverableErrorHandler {
const std::string& message) OVERRIDE;
};
-} // namespace csync
+} // namespace syncer
#endif // SYNC_INTERNAL_API_INCLUDES_TEST_UNRECOVERABLE_ERROR_HANDLER_H_
« no previous file with comments | « sync/util/session_utils_android.cc ('k') | sync/util/test_unrecoverable_error_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698