| Index: sync/util/extensions_activity_monitor.h
|
| diff --git a/sync/util/extensions_activity_monitor.h b/sync/util/extensions_activity_monitor.h
|
| index 4533f17ee209deb7be9061e551c03bbfbc668a2c..bb476e2e8ac5f6f247dae1219119ff296d4ea886 100644
|
| --- a/sync/util/extensions_activity_monitor.h
|
| +++ b/sync/util/extensions_activity_monitor.h
|
| @@ -11,7 +11,7 @@
|
|
|
| #include "base/basictypes.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| // An interface to monitor usage of extensions APIs to send to sync
|
| // servers, with the ability to purge data once sync servers have
|
| @@ -48,6 +48,6 @@ class ExtensionsActivityMonitor {
|
| virtual ~ExtensionsActivityMonitor();
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_UTIL_EXTENSIONS_ACTIVITY_MONITOR_H_
|
|
|