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

Unified Diff: sync/internal_api/public/util/immutable_unittest.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
Index: sync/internal_api/public/util/immutable_unittest.cc
diff --git a/sync/internal_api/public/util/immutable_unittest.cc b/sync/internal_api/public/util/immutable_unittest.cc
index e124b709a609aebdea1e41b9fc1567a1855f5e4c..f8494b60971a060898ad25121539a7101468495c 100644
--- a/sync/internal_api/public/util/immutable_unittest.cc
+++ b/sync/internal_api/public/util/immutable_unittest.cc
@@ -16,7 +16,7 @@
#include "base/memory/ref_counted.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace csync {
+namespace syncer {
// Helper class that keeps track of the token passed in at
// construction and how many times that token is copied.
@@ -102,20 +102,20 @@ void swap(ADLToken& t1, ADLToken& t2) {
t1.Swap(&t2);
}
-} // namespace csync
+} // namespace syncer
// Allowed by the standard (17.4.3.1/1).
namespace std {
template <>
-void swap(csync::SpecializationToken& t1,
- csync::SpecializationToken& t2) {
+void swap(syncer::SpecializationToken& t1,
+ syncer::SpecializationToken& t2) {
t1.Swap(&t2);
}
} // namespace
-namespace csync {
+namespace syncer {
namespace {
class ImmutableTest : public ::testing::Test {};
@@ -247,4 +247,4 @@ TEST_F(ImmutableTest, Set) {
}
} // namespace
-} // namespace csync
+} // namespace syncer
« no previous file with comments | « sync/internal_api/public/util/immutable.h ('k') | sync/internal_api/public/util/report_unrecoverable_error_function.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698