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

Unified Diff: sync/api/syncable_service.h

Issue 10662035: [Sync] Put everything in sync/api into csync namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix 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
« no previous file with comments | « sync/api/sync_error_unittest.cc ('k') | sync/api/syncable_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/syncable_service.h
diff --git a/sync/api/syncable_service.h b/sync/api/syncable_service.h
index b499a28762e4c5bba2ebd72db2de74346275f0be..5c828de6838ec8b803d482a388932c122de1fdb4 100644
--- a/sync/api/syncable_service.h
+++ b/sync/api/syncable_service.h
@@ -16,6 +16,8 @@
#include "sync/api/sync_error.h"
#include "sync/internal_api/public/syncable/model_type.h"
+namespace csync {
+
class SyncErrorFactory;
typedef std::vector<SyncData> SyncDataList;
@@ -62,4 +64,6 @@ class SyncableService : public SyncChangeProcessor,
virtual ~SyncableService();
};
+} // namespace csync
+
#endif // SYNC_API_SYNCABLE_SERVICE_H_
« no previous file with comments | « sync/api/sync_error_unittest.cc ('k') | sync/api/syncable_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698