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

Unified Diff: sync/util/test_unrecoverable_error_handler.cc

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/test_unrecoverable_error_handler.h ('k') | sync/util/time.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/test_unrecoverable_error_handler.cc
diff --git a/sync/util/test_unrecoverable_error_handler.cc b/sync/util/test_unrecoverable_error_handler.cc
index 07367c351676aef3591b3fb9953fc1997b4c7272..4bdbf3dc732e847e981a7c104baf09b32a48490e 100644
--- a/sync/util/test_unrecoverable_error_handler.cc
+++ b/sync/util/test_unrecoverable_error_handler.cc
@@ -6,7 +6,7 @@
#include "testing/gtest/include/gtest/gtest.h"
-namespace csync {
+namespace syncer {
TestUnrecoverableErrorHandler::TestUnrecoverableErrorHandler() {}
@@ -19,5 +19,5 @@ void TestUnrecoverableErrorHandler::OnUnrecoverableError(
<< from_here.function_name() << ": " << message;
}
-} // namespace csync
+} // namespace syncer
« no previous file with comments | « sync/util/test_unrecoverable_error_handler.h ('k') | sync/util/time.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698