| Index: sync/test/fake_extensions_activity_monitor.h
|
| diff --git a/sync/test/fake_extensions_activity_monitor.h b/sync/test/fake_extensions_activity_monitor.h
|
| index 3ff0ce7483d37d7d9a65db51e3b0ad6d8f82ee60..84c38eaa0692384479bd6bf1c79914c19b0c475f 100644
|
| --- a/sync/test/fake_extensions_activity_monitor.h
|
| +++ b/sync/test/fake_extensions_activity_monitor.h
|
| @@ -10,7 +10,7 @@
|
| #include "base/threading/non_thread_safe.h"
|
| #include "sync/util/extensions_activity_monitor.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| // Fake non-thread-safe implementation of ExtensionsActivityMonitor
|
| // suitable to be used in single-threaded sync tests.
|
| @@ -29,6 +29,6 @@ class FakeExtensionsActivityMonitor
|
| Records records_;
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_TEST_FAKE_EXTENSIONS_ACTIVITY_MONITOR_H_
|
|
|