Chromium Code Reviews| Index: sync/api/sync_error.cc |
| diff --git a/sync/api/sync_error.cc b/sync/api/sync_error.cc |
| index 501fa534c5e08c35121697a88c73718938992dc4..31a8a497492d07daea0149bf7de94fc3595abce6 100644 |
| --- a/sync/api/sync_error.cc |
| +++ b/sync/api/sync_error.cc |
| @@ -10,6 +10,8 @@ |
| #include "base/logging.h" |
| #include "sync/internal_api/public/syncable/model_type.h" |
| +namespace csync { |
| + |
| SyncError::SyncError() { |
| Clear(); |
| } |
| @@ -106,3 +108,6 @@ void SyncError::PrintLogError() const { |
| void PrintTo(const SyncError& sync_error, std::ostream* os) { |
| *os << sync_error.ToString(); |
| } |
| + |
| +} // namespace csync |
| + |
|
rlarocque
2012/06/27 01:32:53
nit: trailing whitespace
akalin
2012/06/27 01:40:08
Done.
|