Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Unified Diff: sync/api/sync_error.cc

Issue 10662035: [Sync] Put everything in sync/api into csync namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address asargent's comments Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698