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

Unified Diff: sync/api/fake_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
Index: sync/api/fake_syncable_service.h
diff --git a/sync/api/fake_syncable_service.h b/sync/api/fake_syncable_service.h
index 9f10a65795dda43e2d0f7e583baa35e9b881360b..aa8c462409a6767683d18bc1325882878c87999c 100644
--- a/sync/api/fake_syncable_service.h
+++ b/sync/api/fake_syncable_service.h
@@ -8,6 +8,8 @@
#include "sync/api/syncable_service.h"
+namespace csync {
+
class SyncErrorFactory;
// A fake SyncableService that can return arbitrary values and maintains the
@@ -45,4 +47,6 @@ class FakeSyncableService : public SyncableService {
syncable::ModelType type_;
};
+} // namespace csync
+
#endif // SYNC_API_FAKE_SYNCABLE_SERVICE_H_
« no previous file with comments | « chrome/browser/webdata/autofill_profile_syncable_service_unittest.cc ('k') | sync/api/fake_syncable_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698