| Index: sync/util/logging.cc
|
| diff --git a/sync/util/logging.cc b/sync/util/logging.cc
|
| index 9458379b9708ab406de5e11df90338ef05e198fa..272c72cf55efea5d22ee9b1bc635f6d5644854cf 100644
|
| --- a/sync/util/logging.cc
|
| +++ b/sync/util/logging.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "base/location.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| bool VlogIsOnForLocation(const tracked_objects::Location& from_here,
|
| int verbose_level) {
|
| @@ -15,4 +15,4 @@ bool VlogIsOnForLocation(const tracked_objects::Location& from_here,
|
| from_here.file_name(), ::strlen(from_here.file_name())));
|
| }
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|