| Index: sync/notifier/invalidation_util.cc
|
| diff --git a/sync/notifier/invalidation_util.cc b/sync/notifier/invalidation_util.cc
|
| index 3e680ec47b45f79032378d5d71020b621ba3a89a..0973b7d5579dae427b01d160ec0a21b61a18e73b 100644
|
| --- a/sync/notifier/invalidation_util.cc
|
| +++ b/sync/notifier/invalidation_util.cc
|
| @@ -9,7 +9,7 @@
|
| #include "google/cacheinvalidation/include/types.h"
|
| #include "google/cacheinvalidation/v2/types.pb.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| bool ObjectIdLessThan::operator()(const invalidation::ObjectId& lhs,
|
| const invalidation::ObjectId& rhs) const {
|
| @@ -56,4 +56,4 @@ std::string InvalidationToString(
|
| return ss.str();
|
| }
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|