diff options
Diffstat (limited to 'sync/util/extensions_activity_monitor.h')
-rw-r--r-- | sync/util/extensions_activity_monitor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/util/extensions_activity_monitor.h b/sync/util/extensions_activity_monitor.h index 9a5fdef..4533f17 100644 --- a/sync/util/extensions_activity_monitor.h +++ b/sync/util/extensions_activity_monitor.h @@ -11,7 +11,7 @@ #include "base/basictypes.h" -namespace browser_sync { +namespace csync { // 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 browser_sync +} // namespace csync #endif // SYNC_UTIL_EXTENSIONS_ACTIVITY_MONITOR_H_ |