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

Unified Diff: sync/api/fake_syncable_service.cc

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/fake_syncable_service.h ('k') | sync/api/sync_change.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/fake_syncable_service.cc
diff --git a/sync/api/fake_syncable_service.cc b/sync/api/fake_syncable_service.cc
index f5738ebbeec96ea7ce57c456f920aa603d7510e3..912a646d3aa7ad8238b8e0e780115cf6b6fa2231 100644
--- a/sync/api/fake_syncable_service.cc
+++ b/sync/api/fake_syncable_service.cc
@@ -7,6 +7,8 @@
#include "base/location.h"
#include "sync/api/sync_error_factory.h"
+namespace csync {
+
FakeSyncableService::FakeSyncableService()
: syncing_(false),
type_(syncable::UNSPECIFIED) {}
@@ -56,3 +58,5 @@ SyncError FakeSyncableService::ProcessSyncChanges(
const SyncChangeList& change_list) {
return process_sync_changes_error_;
}
+
+} // namespace csync
« no previous file with comments | « sync/api/fake_syncable_service.h ('k') | sync/api/sync_change.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698