Chromium Code Reviews| Index: sync/api/sync_change_processor.cc |
| diff --git a/sync/api/sync_change_processor.cc b/sync/api/sync_change_processor.cc |
| index 74e6401c2525c8def893b3ef2d20f4936d172933..6a46be5022716affdf089a40e85694bbed27fa45 100644 |
| --- a/sync/api/sync_change_processor.cc |
| +++ b/sync/api/sync_change_processor.cc |
| @@ -4,6 +4,10 @@ |
| #include "sync/api/sync_change_processor.h" |
| +namespace csync { |
| + |
| SyncChangeProcessor::SyncChangeProcessor() {} |
| SyncChangeProcessor::~SyncChangeProcessor() {} |
| + |
| +} // namespace csync |